Html Css Color HEX #CCFB30 Pear

📋 copy color: '#CCFB30'

red 204 ◦ green 251 ◦ blue 48

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

Shades of Pear #CCFB30

Tints of Pear #CCFB30

RGB

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

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

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

R = 40.56%
G = 49.9%
B = 9.54%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#CCFB30 (or 0xCCFB30) is known color: Pear. HEX triplet: CC, FB and 30. RGB value is (204,251,48). Sum of RGB (Red+Green+Blue) = 204+251+48=503 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.56% from 503); Green value is 251 (98.44% from 255 or 49.90% from 503); Blue value is 48 (19.14% from 255 or 9.54% from 503); Max value from RGB is 251 - color contains mainly: green. Hex color #CCFB30 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCFB30 is #3304CF. Grayscale: #D6D6D6. Windows color (decimal): -3343568 or 3210188. OLE color: 3210188.

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

Color convert

RGB 204 251 48 -
CMYK 0.19 0 0.81 0.02
HSL 73.89º 0.96% 0.59% -
HSV(B) 73.89º 0.81% 0.98% -
XYZ 59.93 82.05 15.47 -
YUV 213.81 34.43 121.01 -
System Red Green Blue C M Y K H S L
Decimal 204 251 48 0.19 0 0.81 0.02 73.89 0.96 0.59
Hex CC FB 30 13 0 51 2 4A 60 3B
Octal 314 373 60 23 0 121 2 112 140 73
Binary 11001100 11111011 110000 10011 0 1010001 10 1001010 1100000 111011

Color Harmonies of #CCFB30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFB30

Black with #CCFB30

Text Example


Text Example

White with #CCFB30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFB30; }

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

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

background-color css

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

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

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

border-color css

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

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

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