Html Css Color HEX #CDE494 Reef

📋 copy color: '#CDE494'

red 205 ◦ green 228 ◦ blue 148

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

Shades of Reef #CDE494

Tints of Reef #CDE494

RGB

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

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

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

R = 35.28%
G = 39.24%
B = 25.47%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.35

 K value IS 0.11

RGB Variations

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

Color information

#CDE494 (or 0xCDE494) is known color: Reef. HEX triplet: CD, E4 and 94. RGB value is (205,228,148). Sum of RGB (Red+Green+Blue) = 205+228+148=581 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.28% from 581); Green value is 228 (89.45% from 255 or 39.24% from 581); Blue value is 148 (58.20% from 255 or 25.47% from 581); Max value from RGB is 228 - color contains mainly: green. Hex color #CDE494 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDE494 is #321B6B. Grayscale: #D4D4D4. Windows color (decimal): -3283820 or 9757901. OLE color: 9757901.

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

Color convert

RGB 205 228 148 -
CMYK 0.10 0 0.35 0.11
HSL 77.25º 0.6% 0.74% -
HSV(B) 77.25º 0.35% 0.89% -
XYZ 58.27 70.6 38.57 -
YUV 212 91.88 123 -
System Red Green Blue C M Y K H S L
Decimal 205 228 148 0.10 0 0.35 0.11 77.25 0.6 0.74
Hex CD E4 94 A 0 23 B 4D 3C 4A
Octal 315 344 224 12 0 43 13 115 74 112
Binary 11001101 11100100 10010100 1010 0 100011 1011 1001101 111100 1001010

Color Harmonies of #CDE494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE494

Black with #CDE494

Text Example


Text Example

White with #CDE494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE494; }

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

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

background-color css

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

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

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

border-color css

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

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

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