Html Css Color HEX #CDE595 Reef

📋 copy color: '#CDE595'

red 205 ◦ green 229 ◦ blue 149

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

Shades of Reef #CDE595

Tints of Reef #CDE595

RGB

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

 GREEN value IS 229 (89.84% from 255) = 39.28%

 BLUE value IS 149 (58.59% from 255) = 25.56%

R = 35.16%
G = 39.28%
B = 25.56%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.35

 K value IS 0.10

RGB Variations

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

Color information

#CDE595 (or 0xCDE595) is known color: Reef. HEX triplet: CD, E5 and 95. RGB value is (205,229,149). Sum of RGB (Red+Green+Blue) = 205+229+149=583 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.16% from 583); Green value is 229 (89.84% from 255 or 39.28% from 583); Blue value is 149 (58.59% from 255 or 25.56% from 583); Max value from RGB is 229 - color contains mainly: green. Hex color #CDE595 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDE595 is #321A6A. Grayscale: #D5D5D5. Windows color (decimal): -3283563 or 9823693. OLE color: 9823693.

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

Color convert

RGB 205 229 149 -
CMYK 0.10 0 0.35 0.10
HSL 78º 0.61% 0.74% -
HSV(B) 78º 0.35% 0.9% -
XYZ 58.62 71.19 39.08 -
YUV 212.7 92.05 122.5 -
System Red Green Blue C M Y K H S L
Decimal 205 229 149 0.10 0 0.35 0.10 78 0.61 0.74
Hex CD E5 95 A 0 23 A 4E 3D 4A
Octal 315 345 225 12 0 43 12 116 75 112
Binary 11001101 11100101 10010101 1010 0 100011 1010 1001110 111101 1001010

Color Harmonies of #CDE595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE595

Black with #CDE595

Text Example


Text Example

White with #CDE595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE595; }

 p { color: rgb(205,229,149); }

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

background-color css

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

 a { background-color: rgb(205,229,149); }

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

border-color css

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

 span { border-color: rgb(205,229,149); }

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