Html Css Color HEX #CCE195 Reef

📋 copy color: '#CCE195'

red 204 ◦ green 225 ◦ blue 149

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

Shades of Reef #CCE195

Tints of Reef #CCE195

RGB

 RED value IS 204 (80.08% from 255) = 35.29%

 GREEN value IS 225 (88.28% from 255) = 38.93%

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

R = 35.29%
G = 38.93%
B = 25.78%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.34

 K value IS 0.12

RGB Variations

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

Color information

#CCE195 (or 0xCCE195) is known color: Reef. HEX triplet: CC, E1 and 95. RGB value is (204,225,149). Sum of RGB (Red+Green+Blue) = 204+225+149=578 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.29% from 578); Green value is 225 (88.28% from 255 or 38.93% from 578); Blue value is 149 (58.59% from 255 or 25.78% from 578); Max value from RGB is 225 - color contains mainly: green. Hex color #CCE195 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCE195 is #331E6A. Grayscale: #D2D2D2. Windows color (decimal): -3350123 or 9822668. OLE color: 9822668.

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

Color convert

RGB 204 225 149 -
CMYK 0.09 0 0.34 0.12
HSL 76.58º 0.56% 0.73% -
HSV(B) 76.58º 0.34% 0.88% -
XYZ 57.25 68.86 38.71 -
YUV 210.06 93.54 123.68 -
System Red Green Blue C M Y K H S L
Decimal 204 225 149 0.09 0 0.34 0.12 76.58 0.56 0.73
Hex CC E1 95 9 0 22 C 4D 38 49
Octal 314 341 225 11 0 42 14 115 70 111
Binary 11001100 11100001 10010101 1001 0 100010 1100 1001101 111000 1001001

Color Harmonies of #CCE195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE195

Black with #CCE195

Text Example


Text Example

White with #CCE195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE195; }

 p { color: rgb(204,225,149); }

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

background-color css

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

 a { background-color: rgb(204,225,149); }

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

border-color css

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

 span { border-color: rgb(204,225,149); }

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