Html Css Color HEX #CCF298 Reef

📋 copy color: '#CCF298'

red 204 ◦ green 242 ◦ blue 152

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

Shades of Reef #CCF298

Tints of Reef #CCF298

RGB

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

 GREEN value IS 242 (94.92% from 255) = 40.47%

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

R = 34.11%
G = 40.47%
B = 25.42%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.37

 K value IS 0.05

RGB Variations

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

Color information

#CCF298 (or 0xCCF298) is known color: Reef. HEX triplet: CC, F2 and 98. RGB value is (204,242,152). Sum of RGB (Red+Green+Blue) = 204+242+152=598 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.11% from 598); Green value is 242 (94.92% from 255 or 40.47% from 598); Blue value is 152 (59.77% from 255 or 25.42% from 598); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF298 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF298 is #330D67. Grayscale: #DCDCDC. Windows color (decimal): -3345768 or 10023628. OLE color: 10023628.

HSL color Cylindrical-coordinate representation of color #CCF298: hue angle of 85.33º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CCF298 is Cyan = 0.16, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.05.

Color convert

RGB 204 242 152 -
CMYK 0.16 0 0.37 0.05
HSL 85.33º 0.78% 0.77% -
HSV(B) 85.33º 0.37% 0.95% -
XYZ 62.32 78.61 41.59 -
YUV 220.38 89.41 116.32 -
System Red Green Blue C M Y K H S L
Decimal 204 242 152 0.16 0 0.37 0.05 85.33 0.78 0.77
Hex CC F2 98 10 0 25 5 55 4E 4D
Octal 314 362 230 20 0 45 5 125 116 115
Binary 11001100 11110010 10011000 10000 0 100101 101 1010101 1001110 1001101

Color Harmonies of #CCF298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF298

Black with #CCF298

Text Example


Text Example

White with #CCF298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF298; }

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

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

background-color css

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

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

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

border-color css

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

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

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