Html Css Color HEX #CCE194 Reef

📋 copy color: '#CCE194'

red 204 ◦ green 225 ◦ blue 148

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

Shades of Reef #CCE194

Tints of Reef #CCE194

RGB

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

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

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

R = 35.36%
G = 38.99%
B = 25.65%

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

#CCE194 (or 0xCCE194) is known color: Reef. HEX triplet: CC, E1 and 94. RGB value is (204,225,148). Sum of RGB (Red+Green+Blue) = 204+225+148=577 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.36% from 577); Green value is 225 (88.28% from 255 or 38.99% from 577); Blue value is 148 (58.20% from 255 or 25.65% from 577); Max value from RGB is 225 - color contains mainly: green. Hex color #CCE194 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCE194 is #331E6B. Grayscale: #D2D2D2. Windows color (decimal): -3350124 or 9757132. OLE color: 9757132.

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

Color convert

RGB 204 225 148 -
CMYK 0.09 0 0.34 0.12
HSL 76.36º 0.56% 0.73% -
HSV(B) 76.36º 0.34% 0.88% -
XYZ 57.17 68.83 38.29 -
YUV 209.94 93.04 123.76 -
System Red Green Blue C M Y K H S L
Decimal 204 225 148 0.09 0 0.34 0.12 76.36 0.56 0.73
Hex CC E1 94 9 0 22 C 4C 38 49
Octal 314 341 224 11 0 42 14 114 70 111
Binary 11001100 11100001 10010100 1001 0 100010 1100 1001100 111000 1001001

Color Harmonies of #CCE194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE194

Black with #CCE194

Text Example


Text Example

White with #CCE194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE194; }

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

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

background-color css

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

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

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

border-color css

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

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

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