Html Css Color HEX #CDE696 Reef

📋 copy color: '#CDE696'

red 205 ◦ green 230 ◦ blue 150

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

Shades of Reef #CDE696

Tints of Reef #CDE696

RGB

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

 GREEN value IS 230 (90.23% from 255) = 39.32%

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

R = 35.04%
G = 39.32%
B = 25.64%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.35

 K value IS 0.10

RGB Variations

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

Color information

#CDE696 (or 0xCDE696) is known color: Reef. HEX triplet: CD, E6 and 96. RGB value is (205,230,150). Sum of RGB (Red+Green+Blue) = 205+230+150=585 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.04% from 585); Green value is 230 (90.23% from 255 or 39.32% from 585); Blue value is 150 (58.98% from 255 or 25.64% from 585); Max value from RGB is 230 - color contains mainly: green. Hex color #CDE696 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDE696 is #321969. Grayscale: #D5D5D5. Windows color (decimal): -3283306 or 9889485. OLE color: 9889485.

HSL color Cylindrical-coordinate representation of color #CDE696: hue angle of 78.75º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CDE696 is Cyan = 0.11, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.10.

Color convert

RGB 205 230 150 -
CMYK 0.11 0 0.35 0.10
HSL 78.75º 0.62% 0.75% -
HSV(B) 78.75º 0.35% 0.9% -
XYZ 58.98 71.77 39.6 -
YUV 213.41 92.22 122 -
System Red Green Blue C M Y K H S L
Decimal 205 230 150 0.11 0 0.35 0.10 78.75 0.62 0.75
Hex CD E6 96 B 0 23 A 4F 3E 4B
Octal 315 346 226 13 0 43 12 117 76 113
Binary 11001101 11100110 10010110 1011 0 100011 1010 1001111 111110 1001011

Color Harmonies of #CDE696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE696

Black with #CDE696

Text Example


Text Example

White with #CDE696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE696; }

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

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

background-color css

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

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

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

border-color css

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

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

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