Html Css Color HEX #CDE994 Reef

📋 copy color: '#CDE994'

red 205 ◦ green 233 ◦ blue 148

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

Shades of Reef #CDE994

Tints of Reef #CDE994

RGB

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

 GREEN value IS 233 (91.41% from 255) = 39.76%

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

R = 34.98%
G = 39.76%
B = 25.26%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.36

 K value IS 0.09

RGB Variations

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

Color information

#CDE994 (or 0xCDE994) is known color: Reef. HEX triplet: CD, E9 and 94. RGB value is (205,233,148). Sum of RGB (Red+Green+Blue) = 205+233+148=586 (77% of max value = 765). Red value is 205 (80.47% from 255 or 34.98% from 586); Green value is 233 (91.41% from 255 or 39.76% from 586); Blue value is 148 (58.20% from 255 or 25.26% from 586); Max value from RGB is 233 - color contains mainly: green. Hex color #CDE994 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDE994 is #32166B. Grayscale: #D7D7D7. Windows color (decimal): -3282540 or 9759181. OLE color: 9759181.

HSL color Cylindrical-coordinate representation of color #CDE994: hue angle of 79.76º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CDE994 is Cyan = 0.12, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.09.

Color convert

RGB 205 233 148 -
CMYK 0.12 0 0.36 0.09
HSL 79.76º 0.66% 0.75% -
HSV(B) 79.76º 0.36% 0.91% -
XYZ 59.66 73.4 39.04 -
YUV 214.94 90.22 120.91 -
System Red Green Blue C M Y K H S L
Decimal 205 233 148 0.12 0 0.36 0.09 79.76 0.66 0.75
Hex CD E9 94 C 0 24 9 50 42 4B
Octal 315 351 224 14 0 44 11 120 102 113
Binary 11001101 11101001 10010100 1100 0 100100 1001 1010000 1000010 1001011

Color Harmonies of #CDE994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE994

Black with #CDE994

Text Example


Text Example

White with #CDE994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE994; }

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

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

background-color css

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

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

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

border-color css

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

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

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