Html Css Color HEX #CAF677 Sulu

📋 copy color: '#CAF677'

red 202 ◦ green 246 ◦ blue 119

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

Shades of Sulu #CAF677

Tints of Sulu #CAF677

RGB

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

 GREEN value IS 246 (96.48% from 255) = 43.39%

 BLUE value IS 119 (46.88% from 255) = 20.99%

R = 35.63%
G = 43.39%
B = 20.99%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#CAF677 (or 0xCAF677) is known color: Sulu. HEX triplet: CA, F6 and 77. RGB value is (202,246,119). Sum of RGB (Red+Green+Blue) = 202+246+119=567 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.63% from 567); Green value is 246 (96.48% from 255 or 43.39% from 567); Blue value is 119 (46.88% from 255 or 20.99% from 567); Max value from RGB is 246 - color contains mainly: green. Hex color #CAF677 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF677 is #350988. Grayscale: #DADADA. Windows color (decimal): -3475849 or 7861962. OLE color: 7861962.

HSL color Cylindrical-coordinate representation of color #CAF677: hue angle of 80.79º degrees, saturation: 0.88, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CAF677 is Cyan = 0.18, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.04.

Color convert

RGB 202 246 119 -
CMYK 0.18 0 0.52 0.04
HSL 80.79º 0.88% 0.72% -
HSV(B) 80.79º 0.52% 0.96% -
XYZ 60.64 79.8 29.66 -
YUV 218.37 71.92 116.33 -
System Red Green Blue C M Y K H S L
Decimal 202 246 119 0.18 0 0.52 0.04 80.79 0.88 0.72
Hex CA F6 77 12 0 34 4 51 58 48
Octal 312 366 167 22 0 64 4 121 130 110
Binary 11001010 11110110 1110111 10010 0 110100 100 1010001 1011000 1001000

Color Harmonies of #CAF677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF677

Black with #CAF677

Text Example


Text Example

White with #CAF677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF677; }

 p { color: rgb(202,246,119); }

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

background-color css

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

 a { background-color: rgb(202,246,119); }

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

border-color css

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

 span { border-color: rgb(202,246,119); }

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