Html Css Color HEX #CAF071 Sulu

📋 copy color: '#CAF071'

red 202 ◦ green 240 ◦ blue 113

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

Shades of Sulu #CAF071

Tints of Sulu #CAF071

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 20.36%

R = 36.4%
G = 43.24%
B = 20.36%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#CAF071 (or 0xCAF071) is known color: Sulu. HEX triplet: CA, F0 and 71. RGB value is (202,240,113). Sum of RGB (Red+Green+Blue) = 202+240+113=555 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.40% from 555); Green value is 240 (94.14% from 255 or 43.24% from 555); Blue value is 113 (44.53% from 255 or 20.36% from 555); Max value from RGB is 240 - color contains mainly: green. Hex color #CAF071 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF071 is #350F8E. Grayscale: #D6D6D6. Windows color (decimal): -3477391 or 7467210. OLE color: 7467210.

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

Color convert

RGB 202 240 113 -
CMYK 0.16 0 0.53 0.06
HSL 77.95º 0.81% 0.69% -
HSV(B) 77.95º 0.53% 0.94% -
XYZ 58.5 76.07 27.22 -
YUV 214.16 70.91 119.33 -
System Red Green Blue C M Y K H S L
Decimal 202 240 113 0.16 0 0.53 0.06 77.95 0.81 0.69
Hex CA F0 71 10 0 35 6 4E 51 45
Octal 312 360 161 20 0 65 6 116 121 105
Binary 11001010 11110000 1110001 10000 0 110101 110 1001110 1010001 1000101

Color Harmonies of #CAF071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF071

Black with #CAF071

Text Example


Text Example

White with #CAF071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF071; }

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

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

background-color css

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

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

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

border-color css

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

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

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