Html Css Color HEX #CDEA9A Reef

📋 copy color: '#CDEA9A'

red 205 ◦ green 234 ◦ blue 154

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

Shades of Reef #CDEA9A

Tints of Reef #CDEA9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 25.97%

R = 34.57%
G = 39.46%
B = 25.97%

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

#CDEA9A (or 0xCDEA9A) is known color: Reef. HEX triplet: CD, EA and 9A. RGB value is (205,234,154). Sum of RGB (Red+Green+Blue) = 205+234+154=593 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.57% from 593); Green value is 234 (91.80% from 255 or 39.46% from 593); Blue value is 154 (60.55% from 255 or 25.97% from 593); Max value from RGB is 234 - color contains mainly: green. Hex color #CDEA9A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDEA9A is #321565. Grayscale: #D8D8D8. Windows color (decimal): -3282278 or 10152653. OLE color: 10152653.

HSL color Cylindrical-coordinate representation of color #CDEA9A: hue angle of 81.75º degrees, saturation: 0.66, 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 #CDEA9A is Cyan = 0.12, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.08.

Color convert

RGB 205 234 154 -
CMYK 0.12 0 0.34 0.08
HSL 81.75º 0.66% 0.76% -
HSV(B) 81.75º 0.34% 0.92% -
XYZ 60.43 74.16 41.7 -
YUV 216.21 92.89 120 -
System Red Green Blue C M Y K H S L
Decimal 205 234 154 0.12 0 0.34 0.08 81.75 0.66 0.76
Hex CD EA 9A C 0 22 8 52 42 4C
Octal 315 352 232 14 0 42 10 122 102 114
Binary 11001101 11101010 10011010 1100 0 100010 1000 1010010 1000010 1001100

Color Harmonies of #CDEA9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDEA9A

Black with #CDEA9A

Text Example


Text Example

White with #CDEA9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDEA9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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