Html Css Color HEX #CCFB28 Pear

📋 copy color: '#CCFB28'

red 204 ◦ green 251 ◦ blue 40

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

Shades of Pear #CCFB28

Tints of Pear #CCFB28

RGB

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

 GREEN value IS 251 (98.44% from 255) = 50.71%

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

R = 41.21%
G = 50.71%
B = 8.08%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#CCFB28 (or 0xCCFB28) is known color: Pear. HEX triplet: CC, FB and 28. RGB value is (204,251,40). Sum of RGB (Red+Green+Blue) = 204+251+40=495 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.21% from 495); Green value is 251 (98.44% from 255 or 50.71% from 495); Blue value is 40 (16.02% from 255 or 8.08% from 495); Max value from RGB is 251 - color contains mainly: green. Hex color #CCFB28 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCFB28 is #3304D7. Grayscale: #D5D5D5. Windows color (decimal): -3343576 or 2685900. OLE color: 2685900.

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

Color convert

RGB 204 251 40 -
CMYK 0.19 0 0.84 0.02
HSL 73.36º 0.96% 0.57% -
HSV(B) 73.36º 0.84% 0.98% -
XYZ 59.78 81.98 14.68 -
YUV 212.89 30.43 121.66 -
System Red Green Blue C M Y K H S L
Decimal 204 251 40 0.19 0 0.84 0.02 73.36 0.96 0.57
Hex CC FB 28 13 0 54 2 49 60 39
Octal 314 373 50 23 0 124 2 111 140 71
Binary 11001100 11111011 101000 10011 0 1010100 10 1001001 1100000 111001

Color Harmonies of #CCFB28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFB28

Black with #CCFB28

Text Example


Text Example

White with #CCFB28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFB28; }

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

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

background-color css

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

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

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

border-color css

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

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

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