Html Css Color HEX #CCFC30 Pear

📋 copy color: '#CCFC30'

red 204 ◦ green 252 ◦ blue 48

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

Shades of Pear #CCFC30

Tints of Pear #CCFC30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 9.52%

R = 40.48%
G = 50%
B = 9.52%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#CCFC30 (or 0xCCFC30) is known color: Pear. HEX triplet: CC, FC and 30. RGB value is (204,252,48). Sum of RGB (Red+Green+Blue) = 204+252+48=504 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.48% from 504); Green value is 252 (98.83% from 255 or 50% from 504); Blue value is 48 (19.14% from 255 or 9.52% from 504); Max value from RGB is 252 - color contains mainly: green. Hex color #CCFC30 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCFC30 is #3303CF. Grayscale: #D7D7D7. Windows color (decimal): -3343312 or 3210444. OLE color: 3210444.

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

Color convert

RGB 204 252 48 -
CMYK 0.19 0 0.81 0.01
HSL 74.12º 0.97% 0.59% -
HSV(B) 74.12º 0.81% 0.99% -
XYZ 60.25 82.67 15.58 -
YUV 214.39 34.1 120.59 -
System Red Green Blue C M Y K H S L
Decimal 204 252 48 0.19 0 0.81 0.01 74.12 0.97 0.59
Hex CC FC 30 13 0 51 1 4A 61 3B
Octal 314 374 60 23 0 121 1 112 141 73
Binary 11001100 11111100 110000 10011 0 1010001 1 1001010 1100001 111011

Color Harmonies of #CCFC30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFC30

Black with #CCFC30

Text Example


Text Example

White with #CCFC30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFC30; }

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

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

background-color css

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

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

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

border-color css

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

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

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