Html Css Color HEX #CDE596 Reef

📋 copy color: '#CDE596'

red 205 ◦ green 229 ◦ blue 150

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

Shades of Reef #CDE596

Tints of Reef #CDE596

RGB

 RED value IS 205 (80.47% from 255) = 35.1%

 GREEN value IS 229 (89.84% from 255) = 39.21%

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

R = 35.1%
G = 39.21%
B = 25.68%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.34

 K value IS 0.10

RGB Variations

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

Color information

#CDE596 (or 0xCDE596) is known color: Reef. HEX triplet: CD, E5 and 96. RGB value is (205,229,150). Sum of RGB (Red+Green+Blue) = 205+229+150=584 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.10% from 584); Green value is 229 (89.84% from 255 or 39.21% from 584); Blue value is 150 (58.98% from 255 or 25.68% from 584); Max value from RGB is 229 - color contains mainly: green. Hex color #CDE596 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDE596 is #321A69. Grayscale: #D5D5D5. Windows color (decimal): -3283562 or 9889229. OLE color: 9889229.

HSL color Cylindrical-coordinate representation of color #CDE596: hue angle of 78.23º degrees, saturation: 0.6, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CDE596 is Cyan = 0.10, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.10.

Color convert

RGB 205 229 150 -
CMYK 0.10 0 0.34 0.10
HSL 78.23º 0.6% 0.74% -
HSV(B) 78.23º 0.34% 0.9% -
XYZ 58.7 71.22 39.51 -
YUV 212.82 92.55 122.42 -
System Red Green Blue C M Y K H S L
Decimal 205 229 150 0.10 0 0.34 0.10 78.23 0.6 0.74
Hex CD E5 96 A 0 22 A 4E 3C 4A
Octal 315 345 226 12 0 42 12 116 74 112
Binary 11001101 11100101 10010110 1010 0 100010 1010 1001110 111100 1001010

Color Harmonies of #CDE596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE596

Black with #CDE596

Text Example


Text Example

White with #CDE596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE596; }

 p { color: rgb(205,229,150); }

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

background-color css

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

 a { background-color: rgb(205,229,150); }

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

border-color css

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

 span { border-color: rgb(205,229,150); }

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