Html Css Color HEX #CADA96 Reef

📋 copy color: '#CADA96'

red 202 ◦ green 218 ◦ blue 150

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

Shades of Reef #CADA96

Tints of Reef #CADA96

RGB

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

 GREEN value IS 218 (85.55% from 255) = 38.25%

 BLUE value IS 150 (58.98% from 255) = 26.32%

R = 35.44%
G = 38.25%
B = 26.32%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#CADA96 (or 0xCADA96) is known color: Reef. HEX triplet: CA, DA and 96. RGB value is (202,218,150). Sum of RGB (Red+Green+Blue) = 202+218+150=570 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.44% from 570); Green value is 218 (85.55% from 255 or 38.25% from 570); Blue value is 150 (58.98% from 255 or 26.32% from 570); Max value from RGB is 218 - color contains mainly: green. Hex color #CADA96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CADA96 is #352569. Grayscale: #CDCDCD. Windows color (decimal): -3482986 or 9886410. OLE color: 9886410.

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

Color convert

RGB 202 218 150 -
CMYK 0.07 0 0.31 0.15
HSL 74.12º 0.48% 0.72% -
HSV(B) 74.12º 0.31% 0.85% -
XYZ 54.93 64.9 38.49 -
YUV 205.46 96.7 125.53 -
System Red Green Blue C M Y K H S L
Decimal 202 218 150 0.07 0 0.31 0.15 74.12 0.48 0.72
Hex CA DA 96 7 0 1F F 4A 30 48
Octal 312 332 226 7 0 37 17 112 60 110
Binary 11001010 11011010 10010110 111 0 11111 1111 1001010 110000 1001000

Color Harmonies of #CADA96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CADA96

Black with #CADA96

Text Example


Text Example

White with #CADA96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CADA96; }

 p { color: rgb(202,218,150); }

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

background-color css

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

 a { background-color: rgb(202,218,150); }

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

border-color css

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

 span { border-color: rgb(202,218,150); }

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