Html Css Color HEX #CDE695 Reef

📋 copy color: '#CDE695'

red 205 ◦ green 230 ◦ blue 149

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

Shades of Reef #CDE695

Tints of Reef #CDE695

RGB

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

 GREEN value IS 230 (90.23% from 255) = 39.38%

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

R = 35.1%
G = 39.38%
B = 25.51%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.35

 K value IS 0.10

RGB Variations

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

Color information

#CDE695 (or 0xCDE695) is known color: Reef. HEX triplet: CD, E6 and 95. RGB value is (205,230,149). Sum of RGB (Red+Green+Blue) = 205+230+149=584 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.10% from 584); Green value is 230 (90.23% from 255 or 39.38% from 584); Blue value is 149 (58.59% from 255 or 25.51% from 584); Max value from RGB is 230 - color contains mainly: green. Hex color #CDE695 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDE695 is #32196A. Grayscale: #D5D5D5. Windows color (decimal): -3283307 or 9823949. OLE color: 9823949.

HSL color Cylindrical-coordinate representation of color #CDE695: hue angle of 78.52º degrees, saturation: 0.62, 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 #CDE695 is Cyan = 0.11, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.10.

Color convert

RGB 205 230 149 -
CMYK 0.11 0 0.35 0.10
HSL 78.52º 0.62% 0.74% -
HSV(B) 78.52º 0.35% 0.9% -
XYZ 58.9 71.74 39.18 -
YUV 213.29 91.72 122.09 -
System Red Green Blue C M Y K H S L
Decimal 205 230 149 0.11 0 0.35 0.10 78.52 0.62 0.74
Hex CD E6 95 B 0 23 A 4F 3E 4A
Octal 315 346 225 13 0 43 12 117 76 112
Binary 11001101 11100110 10010101 1011 0 100011 1010 1001111 111110 1001010

Color Harmonies of #CDE695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE695

Black with #CDE695

Text Example


Text Example

White with #CDE695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE695; }

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

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

background-color css

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

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

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

border-color css

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

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

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