Html Css Color HEX #CDEA9B Reef

📋 copy color: '#CDEA9B'

red 205 ◦ green 234 ◦ blue 155

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

Shades of Reef #CDEA9B

Tints of Reef #CDEA9B

RGB

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

 GREEN value IS 234 (91.8% from 255) = 39.39%

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

R = 34.51%
G = 39.39%
B = 26.09%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.34

 K value IS 0.08

RGB Variations

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

Color information

#CDEA9B (or 0xCDEA9B) is known color: Reef. HEX triplet: CD, EA and 9B. RGB value is (205,234,155). Sum of RGB (Red+Green+Blue) = 205+234+155=594 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.51% from 594); Green value is 234 (91.80% from 255 or 39.39% from 594); Blue value is 155 (60.94% from 255 or 26.09% from 594); Max value from RGB is 234 - color contains mainly: green. Hex color #CDEA9B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDEA9B is #321564. Grayscale: #D8D8D8. Windows color (decimal): -3282277 or 10218189. OLE color: 10218189.

HSL color Cylindrical-coordinate representation of color #CDEA9B: hue angle of 82.03º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CDEA9B is Cyan = 0.12, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.08.

Color convert

RGB 205 234 155 -
CMYK 0.12 0 0.34 0.08
HSL 82.03º 0.65% 0.76% -
HSV(B) 82.03º 0.34% 0.92% -
XYZ 60.52 74.19 42.14 -
YUV 216.32 93.39 119.92 -
System Red Green Blue C M Y K H S L
Decimal 205 234 155 0.12 0 0.34 0.08 82.03 0.65 0.76
Hex CD EA 9B C 0 22 8 52 41 4C
Octal 315 352 233 14 0 42 10 122 101 114
Binary 11001101 11101010 10011011 1100 0 100010 1000 1010010 1000001 1001100

Color Harmonies of #CDEA9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDEA9B

Black with #CDEA9B

Text Example


Text Example

White with #CDEA9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDEA9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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