Html Css Color HEX #CCE098 Reef

📋 copy color: '#CCE098'

red 204 ◦ green 224 ◦ blue 152

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

Shades of Reef #CCE098

Tints of Reef #CCE098

RGB

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

 GREEN value IS 224 (87.89% from 255) = 38.62%

 BLUE value IS 152 (59.77% from 255) = 26.21%

R = 35.17%
G = 38.62%
B = 26.21%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.32

 K value IS 0.12

RGB Variations

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

Color information

#CCE098 (or 0xCCE098) is known color: Reef. HEX triplet: CC, E0 and 98. RGB value is (204,224,152). Sum of RGB (Red+Green+Blue) = 204+224+152=580 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.17% from 580); Green value is 224 (87.89% from 255 or 38.62% from 580); Blue value is 152 (59.77% from 255 or 26.21% from 580); Max value from RGB is 224 - color contains mainly: green. Hex color #CCE098 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCE098 is #331F67. Grayscale: #D2D2D2. Windows color (decimal): -3350376 or 10019020. OLE color: 10019020.

HSL color Cylindrical-coordinate representation of color #CCE098: hue angle of 76.67º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CCE098 is Cyan = 0.09, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.12.

Color convert

RGB 204 224 152 -
CMYK 0.09 0 0.32 0.12
HSL 76.67º 0.54% 0.74% -
HSV(B) 76.67º 0.32% 0.88% -
XYZ 57.22 68.42 39.9 -
YUV 209.81 95.37 123.85 -
System Red Green Blue C M Y K H S L
Decimal 204 224 152 0.09 0 0.32 0.12 76.67 0.54 0.74
Hex CC E0 98 9 0 20 C 4D 36 4A
Octal 314 340 230 11 0 40 14 115 66 112
Binary 11001100 11100000 10011000 1001 0 100000 1100 1001101 110110 1001010

Color Harmonies of #CCE098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE098

Black with #CCE098

Text Example


Text Example

White with #CCE098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE098; }

 p { color: rgb(204,224,152); }

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

background-color css

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

 a { background-color: rgb(204,224,152); }

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

border-color css

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

 span { border-color: rgb(204,224,152); }

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