Html Css Color HEX #CAF274 Sulu

📋 copy color: '#CAF274'

red 202 ◦ green 242 ◦ blue 116

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

Shades of Sulu #CAF274

Tints of Sulu #CAF274

RGB

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

 GREEN value IS 242 (94.92% from 255) = 43.21%

 BLUE value IS 116 (45.7% from 255) = 20.71%

R = 36.07%
G = 43.21%
B = 20.71%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#CAF274 (or 0xCAF274) is known color: Sulu. HEX triplet: CA, F2 and 74. RGB value is (202,242,116). Sum of RGB (Red+Green+Blue) = 202+242+116=560 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.07% from 560); Green value is 242 (94.92% from 255 or 43.21% from 560); Blue value is 116 (45.70% from 255 or 20.71% from 560); Max value from RGB is 242 - color contains mainly: green. Hex color #CAF274 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF274 is #350D8B. Grayscale: #D8D8D8. Windows color (decimal): -3476876 or 7664330. OLE color: 7664330.

HSL color Cylindrical-coordinate representation of color #CAF274: hue angle of 79.05º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CAF274 is Cyan = 0.17, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.05.

Color convert

RGB 202 242 116 -
CMYK 0.17 0 0.52 0.05
HSL 79.05º 0.83% 0.7% -
HSV(B) 79.05º 0.52% 0.95% -
XYZ 59.26 77.32 28.32 -
YUV 215.68 71.75 118.25 -
System Red Green Blue C M Y K H S L
Decimal 202 242 116 0.17 0 0.52 0.05 79.05 0.83 0.7
Hex CA F2 74 11 0 34 5 4F 53 46
Octal 312 362 164 21 0 64 5 117 123 106
Binary 11001010 11110010 1110100 10001 0 110100 101 1001111 1010011 1000110

Color Harmonies of #CAF274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF274

Black with #CAF274

Text Example


Text Example

White with #CAF274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF274; }

 p { color: rgb(202,242,116); }

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

background-color css

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

 a { background-color: rgb(202,242,116); }

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

border-color css

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

 span { border-color: rgb(202,242,116); }

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