Html Css Color HEX #CAF692 Reef

📋 copy color: '#CAF692'

red 202 ◦ green 246 ◦ blue 146

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

Shades of Reef #CAF692

Tints of Reef #CAF692

RGB

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

 GREEN value IS 246 (96.48% from 255) = 41.41%

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

R = 34.01%
G = 41.41%
B = 24.58%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.41

 K value IS 0.04

RGB Variations

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

Color information

#CAF692 (or 0xCAF692) is known color: Reef. HEX triplet: CA, F6 and 92. RGB value is (202,246,146). Sum of RGB (Red+Green+Blue) = 202+246+146=594 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.01% from 594); Green value is 246 (96.48% from 255 or 41.41% from 594); Blue value is 146 (57.42% from 255 or 24.58% from 594); Max value from RGB is 246 - color contains mainly: green. Hex color #CAF692 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF692 is #35096D. Grayscale: #DDDDDD. Windows color (decimal): -3475822 or 9631434. OLE color: 9631434.

HSL color Cylindrical-coordinate representation of color #CAF692: hue angle of 86.4º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CAF692 is Cyan = 0.18, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.04.

Color convert

RGB 202 246 146 -
CMYK 0.18 0 0.41 0.04
HSL 86.4º 0.85% 0.77% -
HSV(B) 86.4º 0.41% 0.96% -
XYZ 62.5 80.54 39.45 -
YUV 221.44 85.42 114.13 -
System Red Green Blue C M Y K H S L
Decimal 202 246 146 0.18 0 0.41 0.04 86.4 0.85 0.77
Hex CA F6 92 12 0 29 4 56 55 4D
Octal 312 366 222 22 0 51 4 126 125 115
Binary 11001010 11110110 10010010 10010 0 101001 100 1010110 1010101 1001101

Color Harmonies of #CAF692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF692

Black with #CAF692

Text Example


Text Example

White with #CAF692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF692; }

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

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

background-color css

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

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

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

border-color css

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

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

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