Html Css Color HEX #CDE093 Reef

📋 copy color: '#CDE093'

red 205 ◦ green 224 ◦ blue 147

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

Shades of Reef #CDE093

Tints of Reef #CDE093

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 25.52%

R = 35.59%
G = 38.89%
B = 25.52%

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

#CDE093 (or 0xCDE093) is known color: Reef. HEX triplet: CD, E0 and 93. RGB value is (205,224,147). Sum of RGB (Red+Green+Blue) = 205+224+147=576 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.59% from 576); Green value is 224 (87.89% from 255 or 38.89% from 576); Blue value is 147 (57.81% from 255 or 25.52% from 576); Max value from RGB is 224 - color contains mainly: green. Hex color #CDE093 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDE093 is #321F6C. Grayscale: #D1D1D1. Windows color (decimal): -3284845 or 9691341. OLE color: 9691341.

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

Color convert

RGB 205 224 147 -
CMYK 0.08 0 0.34 0.12
HSL 74.81º 0.55% 0.73% -
HSV(B) 74.81º 0.34% 0.88% -
XYZ 57.1 68.4 37.8 -
YUV 209.54 92.71 124.76 -
System Red Green Blue C M Y K H S L
Decimal 205 224 147 0.08 0 0.34 0.12 74.81 0.55 0.73
Hex CD E0 93 8 0 22 C 4B 37 49
Octal 315 340 223 10 0 42 14 113 67 111
Binary 11001101 11100000 10010011 1000 0 100010 1100 1001011 110111 1001001

Color Harmonies of #CDE093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE093

Black with #CDE093

Text Example


Text Example

White with #CDE093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE093; }

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

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

background-color css

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

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

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

border-color css

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

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

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