Html Css Color HEX #CAD997 Reef

📋 copy color: '#CAD997'

red 202 ◦ green 217 ◦ blue 151

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

Shades of Reef #CAD997

Tints of Reef #CAD997

RGB

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

 GREEN value IS 217 (85.16% from 255) = 38.07%

 BLUE value IS 151 (59.38% from 255) = 26.49%

R = 35.44%
G = 38.07%
B = 26.49%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#CAD997 (or 0xCAD997) is known color: Reef. HEX triplet: CA, D9 and 97. RGB value is (202,217,151). Sum of RGB (Red+Green+Blue) = 202+217+151=570 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.44% from 570); Green value is 217 (85.16% from 255 or 38.07% from 570); Blue value is 151 (59.38% from 255 or 26.49% from 570); Max value from RGB is 217 - color contains mainly: green. Hex color #CAD997 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAD997 is #352668. Grayscale: #CDCDCD. Windows color (decimal): -3483241 or 9951690. OLE color: 9951690.

HSL color Cylindrical-coordinate representation of color #CAD997: hue angle of 73.64º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CAD997 is Cyan = 0.07, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB 202 217 151 -
CMYK 0.07 0 0.30 0.15
HSL 73.64º 0.46% 0.72% -
HSV(B) 73.64º 0.3% 0.85% -
XYZ 54.76 64.42 38.83 -
YUV 204.99 97.53 125.87 -
System Red Green Blue C M Y K H S L
Decimal 202 217 151 0.07 0 0.30 0.15 73.64 0.46 0.72
Hex CA D9 97 7 0 1E F 4A 2E 48
Octal 312 331 227 7 0 36 17 112 56 110
Binary 11001010 11011001 10010111 111 0 11110 1111 1001010 101110 1001000

Color Harmonies of #CAD997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAD997

Black with #CAD997

Text Example


Text Example

White with #CAD997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAD997; }

 p { color: rgb(202,217,151); }

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

background-color css

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

 a { background-color: rgb(202,217,151); }

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

border-color css

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

 span { border-color: rgb(202,217,151); }

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