Html Css Color HEX #CAF98A Sulu

📋 copy color: '#CAF98A'

red 202 ◦ green 249 ◦ blue 138

#CAF98A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sulu #CAF98A

Tints of Sulu #CAF98A

RGB

 RED value IS 202 (79.3% from 255) = 34.3%

 GREEN value IS 249 (97.66% from 255) = 42.28%

 BLUE value IS 138 (54.3% from 255) = 23.43%

R = 34.3%
G = 42.28%
B = 23.43%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.45

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CAF98A (or 0xCAF98A) is known color: Sulu. HEX triplet: CA, F9 and 8A. RGB value is (202,249,138). Sum of RGB (Red+Green+Blue) = 202+249+138=589 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.30% from 589); Green value is 249 (97.66% from 255 or 42.28% from 589); Blue value is 138 (54.30% from 255 or 23.43% from 589); Max value from RGB is 249 - color contains mainly: green. Hex color #CAF98A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF98A is #350675. Grayscale: #DEDEDE. Windows color (decimal): -3475062 or 9107914. OLE color: 9107914.

HSL color Cylindrical-coordinate representation of color #CAF98A: hue angle of 85.41º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CAF98A is Cyan = 0.19, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.02.

Color convert

RGB 202 249 138 -
CMYK 0.19 0 0.45 0.02
HSL 85.41º 0.9% 0.76% -
HSV(B) 85.41º 0.45% 0.98% -
XYZ 62.82 82.14 36.59 -
YUV 222.29 80.43 113.53 -
System Red Green Blue C M Y K H S L
Decimal 202 249 138 0.19 0 0.45 0.02 85.41 0.9 0.76
Hex CA F9 8A 13 0 2D 2 55 5A 4C
Octal 312 371 212 23 0 55 2 125 132 114
Binary 11001010 11111001 10001010 10011 0 101101 10 1010101 1011010 1001100

Color Harmonies of #CAF98A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF98A

Black with #CAF98A

Text Example


Text Example

White with #CAF98A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF98A; }

 p { color: rgb(202,249,138); }

 H1.HeaderClassName
 {
   color: #CAF98A;
 }
 .AnyTagClassName
 {
   color: #CAF98A;
 }
</style>

background-color css

<style>
 a { background-color: #CAF98A; }

 a { background-color: rgb(202,249,138); }

 div.DivClassName
 {
   background-color: #CAF98A;
 }
 .BgClassName
 {
   background-color: #CAF98A;
 }
</style>

border-color css

<style>
 span { border-color: #CAF98A; }

 span { border-color: rgb(202,249,138); }

 td.TdClassName
 {
   border-color: #CAF98A;
 }
 .TagClassName
 {
   border-color: #CAF98A;
 }
</style>