Html Css Color HEX #CAF090 Reef

📋 copy color: '#CAF090'

red 202 ◦ green 240 ◦ blue 144

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

Shades of Reef #CAF090

Tints of Reef #CAF090

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 24.57%

R = 34.47%
G = 40.96%
B = 24.57%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.4

 K value IS 0.06

RGB Variations

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

Color information

#CAF090 (or 0xCAF090) is known color: Reef. HEX triplet: CA, F0 and 90. RGB value is (202,240,144). Sum of RGB (Red+Green+Blue) = 202+240+144=586 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.47% from 586); Green value is 240 (94.14% from 255 or 40.96% from 586); Blue value is 144 (56.64% from 255 or 24.57% from 586); Max value from RGB is 240 - color contains mainly: green. Hex color #CAF090 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF090 is #350F6F. Grayscale: #DADADA. Windows color (decimal): -3477360 or 9498826. OLE color: 9498826.

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

Color convert

RGB 202 240 144 -
CMYK 0.16 0 0.4 0.06
HSL 83.75º 0.76% 0.75% -
HSV(B) 83.75º 0.4% 0.94% -
XYZ 60.55 76.89 38.04 -
YUV 217.69 86.41 116.81 -
System Red Green Blue C M Y K H S L
Decimal 202 240 144 0.16 0 0.4 0.06 83.75 0.76 0.75
Hex CA F0 90 10 0 28 6 54 4C 4B
Octal 312 360 220 20 0 50 6 124 114 113
Binary 11001010 11110000 10010000 10000 0 101000 110 1010100 1001100 1001011

Color Harmonies of #CAF090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF090

Black with #CAF090

Text Example


Text Example

White with #CAF090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF090; }

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

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

background-color css

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

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

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

border-color css

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

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

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