#CAF69A

Color #CAF69A Reef (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Reef #CAF69A

Tints of Reef #CAF69A

Color information

#CAF69A (or 0xCAF69A) is unknown color: approx Reef. HEX triplet: CA, F6 and 9A. RGB value is (202,246,154). Sum of RGB (Red+Green+Blue) = 202+246+154=602 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.55% from 602); Green value is 246 (96.48% from 255 or 40.86% from 602); Blue value is 154 (60.55% from 255 or 25.58% from 602); Max value from RGB is 246 - color contains mainly: green. Hex color #CAF69A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF69A is #350965. Grayscale: #DEDEDE. Windows color (decimal): -3475814 or 10155722. OLE color: 10155722.

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

Color convert

RGB202246154-
CMYK0.1800.370.04
HSL88.7º83.64%78.43%-
HSV(B)88.7º37.4%96.47%-
XYZ63.1580.842.84-
YUV222.3689.42113.48-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.55%
GREEN value IS 246 (96.48% from 255) = 40.86%
BLUE value IS 154 (60.55% from 255) = 25.58%
R=33.55%
G=40.86%
B=25.58%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2022461540.1800.370.0488.783.6478.43
HexCAF69A12025459544e
Octal312366232220454131124116
Binary110010101111011010011010100100100101100101100110101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF69A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF69A; }

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

 H1.HeaderClassName
 {
   color: #CAF69A;
 }
 .AnyTagClassName
 {
   color: #CAF69A;
 }
</style>
background-color css

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

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

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

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

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

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