Html Css Color HEX #CAF392 Reef

📋 copy color: '#CAF392'

red 202 ◦ green 243 ◦ blue 146

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

Shades of Reef #CAF392

Tints of Reef #CAF392

RGB

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

 GREEN value IS 243 (95.31% from 255) = 41.12%

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

R = 34.18%
G = 41.12%
B = 24.7%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#CAF392 (or 0xCAF392) is known color: Reef. HEX triplet: CA, F3 and 92. RGB value is (202,243,146). Sum of RGB (Red+Green+Blue) = 202+243+146=591 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.18% from 591); Green value is 243 (95.31% from 255 or 41.12% from 591); Blue value is 146 (57.42% from 255 or 24.70% from 591); Max value from RGB is 243 - color contains mainly: green. Hex color #CAF392 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF392 is #350C6D. Grayscale: #DCDCDC. Windows color (decimal): -3476590 or 9630666. OLE color: 9630666.

HSL color Cylindrical-coordinate representation of color #CAF392: hue angle of 85.36º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CAF392 is Cyan = 0.17, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.05.

Color convert

RGB 202 243 146 -
CMYK 0.17 0 0.40 0.05
HSL 85.36º 0.8% 0.76% -
HSV(B) 85.36º 0.4% 0.95% -
XYZ 61.6 78.73 39.14 -
YUV 219.68 86.42 115.39 -
System Red Green Blue C M Y K H S L
Decimal 202 243 146 0.17 0 0.40 0.05 85.36 0.8 0.76
Hex CA F3 92 11 0 28 5 55 50 4C
Octal 312 363 222 21 0 50 5 125 120 114
Binary 11001010 11110011 10010010 10001 0 101000 101 1010101 1010000 1001100

Color Harmonies of #CAF392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF392

Black with #CAF392

Text Example


Text Example

White with #CAF392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF392; }

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

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

background-color css

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

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

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

border-color css

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

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

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