Html Css Color HEX #CAFA7E Sulu

📋 copy color: '#CAFA7E'

red 202 ◦ green 250 ◦ blue 126

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

Shades of Sulu #CAFA7E

Tints of Sulu #CAFA7E

RGB

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

 GREEN value IS 250 (98.05% from 255) = 43.25%

 BLUE value IS 126 (49.61% from 255) = 21.8%

R = 34.95%
G = 43.25%
B = 21.8%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#CAFA7E (or 0xCAFA7E) is known color: Sulu. HEX triplet: CA, FA and 7E. RGB value is (202,250,126). Sum of RGB (Red+Green+Blue) = 202+250+126=578 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.95% from 578); Green value is 250 (98.05% from 255 or 43.25% from 578); Blue value is 126 (49.61% from 255 or 21.80% from 578); Max value from RGB is 250 - color contains mainly: green. Hex color #CAFA7E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAFA7E is #350581. Grayscale: #DDDDDD. Windows color (decimal): -3474818 or 8321738. OLE color: 8321738.

HSL color Cylindrical-coordinate representation of color #CAFA7E: hue angle of 83.23º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CAFA7E is Cyan = 0.19, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB 202 250 126 -
CMYK 0.19 0 0.50 0.02
HSL 83.23º 0.93% 0.74% -
HSV(B) 83.23º 0.5% 0.98% -
XYZ 62.31 82.43 32.37 -
YUV 221.51 74.1 114.08 -
System Red Green Blue C M Y K H S L
Decimal 202 250 126 0.19 0 0.50 0.02 83.23 0.93 0.74
Hex CA FA 7E 13 0 32 2 53 5D 4A
Octal 312 372 176 23 0 62 2 123 135 112
Binary 11001010 11111010 1111110 10011 0 110010 10 1010011 1011101 1001010

Color Harmonies of #CAFA7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAFA7E

Black with #CAFA7E

Text Example


Text Example

White with #CAFA7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAFA7E; }

 p { color: rgb(202,250,126); }

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

background-color css

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

 a { background-color: rgb(202,250,126); }

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

border-color css

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

 span { border-color: rgb(202,250,126); }

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