Html Css Color HEX #CCE594 Reef

📋 copy color: '#CCE594'

red 204 ◦ green 229 ◦ blue 148

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

Shades of Reef #CCE594

Tints of Reef #CCE594

RGB

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

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

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

R = 35.11%
G = 39.41%
B = 25.47%

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

#CCE594 (or 0xCCE594) is known color: Reef. HEX triplet: CC, E5 and 94. RGB value is (204,229,148). Sum of RGB (Red+Green+Blue) = 204+229+148=581 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.11% from 581); Green value is 229 (89.84% from 255 or 39.41% from 581); Blue value is 148 (58.20% from 255 or 25.47% from 581); Max value from RGB is 229 - color contains mainly: green. Hex color #CCE594 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCE594 is #331A6B. Grayscale: #D4D4D4. Windows color (decimal): -3349100 or 9758156. OLE color: 9758156.

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

Color convert

RGB 204 229 148 -
CMYK 0.11 0 0.35 0.10
HSL 78.52º 0.61% 0.74% -
HSV(B) 78.52º 0.35% 0.9% -
XYZ 58.27 71.01 38.65 -
YUV 212.29 91.72 122.09 -
System Red Green Blue C M Y K H S L
Decimal 204 229 148 0.11 0 0.35 0.10 78.52 0.61 0.74
Hex CC E5 94 B 0 23 A 4F 3D 4A
Octal 314 345 224 13 0 43 12 117 75 112
Binary 11001100 11100101 10010100 1011 0 100011 1010 1001111 111101 1001010

Color Harmonies of #CCE594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE594

Black with #CCE594

Text Example


Text Example

White with #CCE594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE594; }

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

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

background-color css

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

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

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

border-color css

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

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

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