Html Css Color HEX #CCE499 Reef

📋 copy color: '#CCE499'

red 204 ◦ green 228 ◦ blue 153

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

Shades of Reef #CCE499

Tints of Reef #CCE499

RGB

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

 GREEN value IS 228 (89.45% from 255) = 38.97%

 BLUE value IS 153 (60.16% from 255) = 26.15%

R = 34.87%
G = 38.97%
B = 26.15%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.33

 K value IS 0.11

RGB Variations

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

Color information

#CCE499 (or 0xCCE499) is known color: Reef. HEX triplet: CC, E4 and 99. RGB value is (204,228,153). Sum of RGB (Red+Green+Blue) = 204+228+153=585 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.87% from 585); Green value is 228 (89.45% from 255 or 38.97% from 585); Blue value is 153 (60.16% from 255 or 26.15% from 585); Max value from RGB is 228 - color contains mainly: green. Hex color #CCE499 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCE499 is #331B66. Grayscale: #D4D4D4. Windows color (decimal): -3349351 or 10085580. OLE color: 10085580.

HSL color Cylindrical-coordinate representation of color #CCE499: hue angle of 79.2º degrees, saturation: 0.58, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CCE499 is Cyan = 0.11, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.11.

Color convert

RGB 204 228 153 -
CMYK 0.11 0 0.33 0.11
HSL 79.2º 0.58% 0.75% -
HSV(B) 79.2º 0.33% 0.89% -
XYZ 58.4 70.62 40.69 -
YUV 212.27 94.55 122.1 -
System Red Green Blue C M Y K H S L
Decimal 204 228 153 0.11 0 0.33 0.11 79.2 0.58 0.75
Hex CC E4 99 B 0 21 B 4F 3A 4B
Octal 314 344 231 13 0 41 13 117 72 113
Binary 11001100 11100100 10011001 1011 0 100001 1011 1001111 111010 1001011

Color Harmonies of #CCE499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE499

Black with #CCE499

Text Example


Text Example

White with #CCE499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE499; }

 p { color: rgb(204,228,153); }

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

background-color css

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

 a { background-color: rgb(204,228,153); }

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

border-color css

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

 span { border-color: rgb(204,228,153); }

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