Html Css Color HEX #CAF68E Reef

📋 copy color: '#CAF68E'

red 202 ◦ green 246 ◦ blue 142

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

Shades of Reef #CAF68E

Tints of Reef #CAF68E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 24.07%

R = 34.24%
G = 41.69%
B = 24.07%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.42

 K value IS 0.04

RGB Variations

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

Color information

#CAF68E (or 0xCAF68E) is known color: Reef. HEX triplet: CA, F6 and 8E. RGB value is (202,246,142). Sum of RGB (Red+Green+Blue) = 202+246+142=590 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.24% from 590); Green value is 246 (96.48% from 255 or 41.69% from 590); Blue value is 142 (55.86% from 255 or 24.07% from 590); Max value from RGB is 246 - color contains mainly: green. Hex color #CAF68E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF68E is #350971. Grayscale: #DDDDDD. Windows color (decimal): -3475826 or 9369290. OLE color: 9369290.

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

Color convert

RGB 202 246 142 -
CMYK 0.18 0 0.42 0.04
HSL 85.38º 0.85% 0.76% -
HSV(B) 85.38º 0.42% 0.96% -
XYZ 62.2 80.42 37.84 -
YUV 220.99 83.42 114.46 -
System Red Green Blue C M Y K H S L
Decimal 202 246 142 0.18 0 0.42 0.04 85.38 0.85 0.76
Hex CA F6 8E 12 0 2A 4 55 55 4C
Octal 312 366 216 22 0 52 4 125 125 114
Binary 11001010 11110110 10001110 10010 0 101010 100 1010101 1010101 1001100

Color Harmonies of #CAF68E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF68E

Black with #CAF68E

Text Example


Text Example

White with #CAF68E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF68E; }

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

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

background-color css

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

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

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

border-color css

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

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

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