Html Css Color HEX #CAF07F Sulu

📋 copy color: '#CAF07F'

red 202 ◦ green 240 ◦ blue 127

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

Shades of Sulu #CAF07F

Tints of Sulu #CAF07F

RGB

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

 GREEN value IS 240 (94.14% from 255) = 42.18%

 BLUE value IS 127 (50% from 255) = 22.32%

R = 35.5%
G = 42.18%
B = 22.32%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#CAF07F (or 0xCAF07F) is known color: Sulu. HEX triplet: CA, F0 and 7F. RGB value is (202,240,127). Sum of RGB (Red+Green+Blue) = 202+240+127=569 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.50% from 569); Green value is 240 (94.14% from 255 or 42.18% from 569); Blue value is 127 (50% from 255 or 22.32% from 569); Max value from RGB is 240 - color contains mainly: green. Hex color #CAF07F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF07F is #350F80. Grayscale: #D8D8D8. Windows color (decimal): -3477377 or 8384714. OLE color: 8384714.

HSL color Cylindrical-coordinate representation of color #CAF07F: hue angle of 80.18º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CAF07F is Cyan = 0.16, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.06.

Color convert

RGB 202 240 127 -
CMYK 0.16 0 0.47 0.06
HSL 80.18º 0.79% 0.72% -
HSV(B) 80.18º 0.47% 0.94% -
XYZ 59.35 76.41 31.7 -
YUV 215.76 77.91 118.19 -
System Red Green Blue C M Y K H S L
Decimal 202 240 127 0.16 0 0.47 0.06 80.18 0.79 0.72
Hex CA F0 7F 10 0 2F 6 50 4F 48
Octal 312 360 177 20 0 57 6 120 117 110
Binary 11001010 11110000 1111111 10000 0 101111 110 1010000 1001111 1001000

Color Harmonies of #CAF07F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF07F

Black with #CAF07F

Text Example


Text Example

White with #CAF07F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF07F; }

 p { color: rgb(202,240,127); }

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

background-color css

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

 a { background-color: rgb(202,240,127); }

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

border-color css

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

 span { border-color: rgb(202,240,127); }

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