Html Css Color HEX #CDE094 Reef

📋 copy color: '#CDE094'

red 205 ◦ green 224 ◦ blue 148

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

Shades of Reef #CDE094

Tints of Reef #CDE094

RGB

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

 GREEN value IS 224 (87.89% from 255) = 38.82%

 BLUE value IS 148 (58.2% from 255) = 25.65%

R = 35.53%
G = 38.82%
B = 25.65%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.34

 K value IS 0.12

RGB Variations

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

Color information

#CDE094 (or 0xCDE094) is known color: Reef. HEX triplet: CD, E0 and 94. RGB value is (205,224,148). Sum of RGB (Red+Green+Blue) = 205+224+148=577 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.53% from 577); Green value is 224 (87.89% from 255 or 38.82% from 577); Blue value is 148 (58.20% from 255 or 25.65% from 577); Max value from RGB is 224 - color contains mainly: green. Hex color #CDE094 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDE094 is #321F6B. Grayscale: #D1D1D1. Windows color (decimal): -3284844 or 9756877. OLE color: 9756877.

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

Color convert

RGB 205 224 148 -
CMYK 0.08 0 0.34 0.12
HSL 75º 0.55% 0.73% -
HSV(B) 75º 0.34% 0.88% -
XYZ 57.18 68.43 38.21 -
YUV 209.66 93.21 124.68 -
System Red Green Blue C M Y K H S L
Decimal 205 224 148 0.08 0 0.34 0.12 75 0.55 0.73
Hex CD E0 94 8 0 22 C 4B 37 49
Octal 315 340 224 10 0 42 14 113 67 111
Binary 11001101 11100000 10010100 1000 0 100010 1100 1001011 110111 1001001

Color Harmonies of #CDE094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE094

Black with #CDE094

Text Example


Text Example

White with #CDE094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE094; }

 p { color: rgb(205,224,148); }

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

background-color css

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

 a { background-color: rgb(205,224,148); }

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

border-color css

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

 span { border-color: rgb(205,224,148); }

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