Html Css Color HEX #CAF98C Sulu

📋 copy color: '#CAF98C'

red 202 ◦ green 249 ◦ blue 140

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

Shades of Sulu #CAF98C

Tints of Sulu #CAF98C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 23.69%

R = 34.18%
G = 42.13%
B = 23.69%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#CAF98C (or 0xCAF98C) is known color: Sulu. HEX triplet: CA, F9 and 8C. RGB value is (202,249,140). Sum of RGB (Red+Green+Blue) = 202+249+140=591 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.18% from 591); Green value is 249 (97.66% from 255 or 42.13% from 591); Blue value is 140 (55.08% from 255 or 23.69% from 591); Max value from RGB is 249 - color contains mainly: green. Hex color #CAF98C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF98C is #350673. Grayscale: #DEDEDE. Windows color (decimal): -3475060 or 9238986. OLE color: 9238986.

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

Color convert

RGB 202 249 140 -
CMYK 0.19 0 0.44 0.02
HSL 85.87º 0.9% 0.76% -
HSV(B) 85.87º 0.44% 0.98% -
XYZ 62.97 82.2 37.36 -
YUV 222.52 81.43 113.36 -
System Red Green Blue C M Y K H S L
Decimal 202 249 140 0.19 0 0.44 0.02 85.87 0.9 0.76
Hex CA F9 8C 13 0 2C 2 56 5A 4C
Octal 312 371 214 23 0 54 2 126 132 114
Binary 11001010 11111001 10001100 10011 0 101100 10 1010110 1011010 1001100

Color Harmonies of #CAF98C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF98C

Black with #CAF98C

Text Example


Text Example

White with #CAF98C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF98C; }

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

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

background-color css

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

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

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

border-color css

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

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

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