Html Css Color HEX #CCE394 Reef

📋 copy color: '#CCE394'

red 204 ◦ green 227 ◦ blue 148

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

Shades of Reef #CCE394

Tints of Reef #CCE394

RGB

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

 GREEN value IS 227 (89.06% from 255) = 39.21%

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

R = 35.23%
G = 39.21%
B = 25.56%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.35

 K value IS 0.11

RGB Variations

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

Color information

#CCE394 (or 0xCCE394) is known color: Reef. HEX triplet: CC, E3 and 94. RGB value is (204,227,148). Sum of RGB (Red+Green+Blue) = 204+227+148=579 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.23% from 579); Green value is 227 (89.06% from 255 or 39.21% from 579); Blue value is 148 (58.20% from 255 or 25.56% from 579); Max value from RGB is 227 - color contains mainly: green. Hex color #CCE394 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCE394 is #331C6B. Grayscale: #D3D3D3. Windows color (decimal): -3349612 or 9757644. OLE color: 9757644.

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

Color convert

RGB 204 227 148 -
CMYK 0.10 0 0.35 0.11
HSL 77.47º 0.59% 0.74% -
HSV(B) 77.47º 0.35% 0.89% -
XYZ 57.72 69.91 38.47 -
YUV 211.12 92.38 122.92 -
System Red Green Blue C M Y K H S L
Decimal 204 227 148 0.10 0 0.35 0.11 77.47 0.59 0.74
Hex CC E3 94 A 0 23 B 4D 3B 4A
Octal 314 343 224 12 0 43 13 115 73 112
Binary 11001100 11100011 10010100 1010 0 100011 1011 1001101 111011 1001010

Color Harmonies of #CCE394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE394

Black with #CCE394

Text Example


Text Example

White with #CCE394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE394; }

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

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

background-color css

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

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

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

border-color css

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

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

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