Html Css Color HEX #CCF498 Reef

📋 copy color: '#CCF498'

red 204 ◦ green 244 ◦ blue 152

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

Shades of Reef #CCF498

Tints of Reef #CCF498

RGB

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

 GREEN value IS 244 (95.7% from 255) = 40.67%

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

R = 34%
G = 40.67%
B = 25.33%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.38

 K value IS 0.04

RGB Variations

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

Color information

#CCF498 (or 0xCCF498) is known color: Reef. HEX triplet: CC, F4 and 98. RGB value is (204,244,152). Sum of RGB (Red+Green+Blue) = 204+244+152=600 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34% from 600); Green value is 244 (95.70% from 255 or 40.67% from 600); Blue value is 152 (59.77% from 255 or 25.33% from 600); Max value from RGB is 244 - color contains mainly: green. Hex color #CCF498 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF498 is #330B67. Grayscale: #DDDDDD. Windows color (decimal): -3345256 or 10024140. OLE color: 10024140.

HSL color Cylindrical-coordinate representation of color #CCF498: hue angle of 86.09º degrees, saturation: 0.81, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CCF498 is Cyan = 0.16, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.04.

Color convert

RGB 204 244 152 -
CMYK 0.16 0 0.38 0.04
HSL 86.09º 0.81% 0.78% -
HSV(B) 86.09º 0.38% 0.96% -
XYZ 62.92 79.81 41.79 -
YUV 221.55 88.75 115.48 -
System Red Green Blue C M Y K H S L
Decimal 204 244 152 0.16 0 0.38 0.04 86.09 0.81 0.78
Hex CC F4 98 10 0 26 4 56 51 4E
Octal 314 364 230 20 0 46 4 126 121 116
Binary 11001100 11110100 10011000 10000 0 100110 100 1010110 1010001 1001110

Color Harmonies of #CCF498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF498

Black with #CCF498

Text Example


Text Example

White with #CCF498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF498; }

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

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

background-color css

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

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

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

border-color css

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

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

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