Html Css Color HEX #CDEC9B Reef

📋 copy color: '#CDEC9B'

red 205 ◦ green 236 ◦ blue 155

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

Shades of Reef #CDEC9B

Tints of Reef #CDEC9B

RGB

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

 GREEN value IS 236 (92.58% from 255) = 39.6%

 BLUE value IS 155 (60.94% from 255) = 26.01%

R = 34.4%
G = 39.6%
B = 26.01%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#CDEC9B (or 0xCDEC9B) is known color: Reef. HEX triplet: CD, EC and 9B. RGB value is (205,236,155). Sum of RGB (Red+Green+Blue) = 205+236+155=596 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.40% from 596); Green value is 236 (92.58% from 255 or 39.60% from 596); Blue value is 155 (60.94% from 255 or 26.01% from 596); Max value from RGB is 236 - color contains mainly: green. Hex color #CDEC9B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDEC9B is #321364. Grayscale: #D9D9D9. Windows color (decimal): -3281765 or 10218701. OLE color: 10218701.

HSL color Cylindrical-coordinate representation of color #CDEC9B: hue angle of 82.96º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CDEC9B is Cyan = 0.13, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.07.

Color convert

RGB 205 236 155 -
CMYK 0.13 0 0.34 0.07
HSL 82.96º 0.68% 0.77% -
HSV(B) 82.96º 0.34% 0.93% -
XYZ 61.09 75.34 42.33 -
YUV 217.5 92.73 119.09 -
System Red Green Blue C M Y K H S L
Decimal 205 236 155 0.13 0 0.34 0.07 82.96 0.68 0.77
Hex CD EC 9B D 0 22 7 53 44 4D
Octal 315 354 233 15 0 42 7 123 104 115
Binary 11001101 11101100 10011011 1101 0 100010 111 1010011 1000100 1001101

Color Harmonies of #CDEC9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDEC9B

Black with #CDEC9B

Text Example


Text Example

White with #CDEC9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDEC9B; }

 p { color: rgb(205,236,155); }

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

background-color css

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

 a { background-color: rgb(205,236,155); }

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

border-color css

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

 span { border-color: rgb(205,236,155); }

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