Html Css Color HEX #CAF092 Reef

📋 copy color: '#CAF092'

red 202 ◦ green 240 ◦ blue 146

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

Shades of Reef #CAF092

Tints of Reef #CAF092

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 24.83%

R = 34.35%
G = 40.82%
B = 24.83%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.39

 K value IS 0.06

RGB Variations

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

Color information

#CAF092 (or 0xCAF092) is known color: Reef. HEX triplet: CA, F0 and 92. RGB value is (202,240,146). Sum of RGB (Red+Green+Blue) = 202+240+146=588 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.35% from 588); Green value is 240 (94.14% from 255 or 40.82% from 588); Blue value is 146 (57.42% from 255 or 24.83% from 588); Max value from RGB is 240 - color contains mainly: green. Hex color #CAF092 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF092 is #350F6D. Grayscale: #DADADA. Windows color (decimal): -3477358 or 9629898. OLE color: 9629898.

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

Color convert

RGB 202 240 146 -
CMYK 0.16 0 0.39 0.06
HSL 84.26º 0.76% 0.76% -
HSV(B) 84.26º 0.39% 0.94% -
XYZ 60.71 76.95 38.85 -
YUV 217.92 87.41 116.64 -
System Red Green Blue C M Y K H S L
Decimal 202 240 146 0.16 0 0.39 0.06 84.26 0.76 0.76
Hex CA F0 92 10 0 27 6 54 4C 4C
Octal 312 360 222 20 0 47 6 124 114 114
Binary 11001010 11110000 10010010 10000 0 100111 110 1010100 1001100 1001100

Color Harmonies of #CAF092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF092

Black with #CAF092

Text Example


Text Example

White with #CAF092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF092; }

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

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

background-color css

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

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

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

border-color css

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

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

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