Html Css Color HEX #CCFC28 Pear

📋 copy color: '#CCFC28'

red 204 ◦ green 252 ◦ blue 40

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

Shades of Pear #CCFC28

Tints of Pear #CCFC28

RGB

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

 GREEN value IS 252 (98.83% from 255) = 50.81%

 BLUE value IS 40 (16.02% from 255) = 8.06%

R = 41.13%
G = 50.81%
B = 8.06%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#CCFC28 (or 0xCCFC28) is known color: Pear. HEX triplet: CC, FC and 28. RGB value is (204,252,40). Sum of RGB (Red+Green+Blue) = 204+252+40=496 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.13% from 496); Green value is 252 (98.83% from 255 or 50.81% from 496); Blue value is 40 (16.02% from 255 or 8.06% from 496); Max value from RGB is 252 - color contains mainly: green. Hex color #CCFC28 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCFC28 is #3303D7. Grayscale: #D6D6D6. Windows color (decimal): -3343320 or 2686156. OLE color: 2686156.

HSL color Cylindrical-coordinate representation of color #CCFC28: hue angle of 73.58º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CCFC28 is Cyan = 0.19, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.01.

Color convert

RGB 204 252 40 -
CMYK 0.19 0 0.84 0.01
HSL 73.58º 0.97% 0.57% -
HSV(B) 73.58º 0.84% 0.99% -
XYZ 60.1 82.61 14.79 -
YUV 213.48 30.1 121.24 -
System Red Green Blue C M Y K H S L
Decimal 204 252 40 0.19 0 0.84 0.01 73.58 0.97 0.57
Hex CC FC 28 13 0 54 1 4A 61 39
Octal 314 374 50 23 0 124 1 112 141 71
Binary 11001100 11111100 101000 10011 0 1010100 1 1001010 1100001 111001

Color Harmonies of #CCFC28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFC28

Black with #CCFC28

Text Example


Text Example

White with #CCFC28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFC28; }

 p { color: rgb(204,252,40); }

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

background-color css

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

 a { background-color: rgb(204,252,40); }

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

border-color css

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

 span { border-color: rgb(204,252,40); }

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