Html Css Color HEX #CDE49A Reef

📋 copy color: '#CDE49A'

red 205 ◦ green 228 ◦ blue 154

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

Shades of Reef #CDE49A

Tints of Reef #CDE49A

RGB

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

 GREEN value IS 228 (89.45% from 255) = 38.84%

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

R = 34.92%
G = 38.84%
B = 26.24%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.32

 K value IS 0.11

RGB Variations

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

Color information

#CDE49A (or 0xCDE49A) is known color: Reef. HEX triplet: CD, E4 and 9A. RGB value is (205,228,154). Sum of RGB (Red+Green+Blue) = 205+228+154=587 (77% of max value = 765). Red value is 205 (80.47% from 255 or 34.92% from 587); Green value is 228 (89.45% from 255 or 38.84% from 587); Blue value is 154 (60.55% from 255 or 26.24% from 587); Max value from RGB is 228 - color contains mainly: green. Hex color #CDE49A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDE49A is #321B65. Grayscale: #D4D4D4. Windows color (decimal): -3283814 or 10151117. OLE color: 10151117.

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

Color convert

RGB 205 228 154 -
CMYK 0.10 0 0.32 0.11
HSL 78.65º 0.58% 0.75% -
HSV(B) 78.65º 0.32% 0.89% -
XYZ 58.75 70.8 41.14 -
YUV 212.69 94.88 122.52 -
System Red Green Blue C M Y K H S L
Decimal 205 228 154 0.10 0 0.32 0.11 78.65 0.58 0.75
Hex CD E4 9A A 0 20 B 4F 3A 4B
Octal 315 344 232 12 0 40 13 117 72 113
Binary 11001101 11100100 10011010 1010 0 100000 1011 1001111 111010 1001011

Color Harmonies of #CDE49A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE49A

Black with #CDE49A

Text Example


Text Example

White with #CDE49A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE49A; }

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

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

background-color css

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

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

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

border-color css

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

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

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