Html Css Color HEX #CCFC4D Pear

📋 copy color: '#CCFC4D'

red 204 ◦ green 252 ◦ blue 77

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

Shades of Pear #CCFC4D

Tints of Pear #CCFC4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 14.45%

R = 38.27%
G = 47.28%
B = 14.45%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.69

 K value IS 0.01

RGB Variations

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

Color information

#CCFC4D (or 0xCCFC4D) is known color: Pear. HEX triplet: CC, FC and 4D. RGB value is (204,252,77). Sum of RGB (Red+Green+Blue) = 204+252+77=533 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.27% from 533); Green value is 252 (98.83% from 255 or 47.28% from 533); Blue value is 77 (30.47% from 255 or 14.45% from 533); Max value from RGB is 252 - color contains mainly: green. Hex color #CCFC4D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCFC4D is #3303B2. Grayscale: #DADADA. Windows color (decimal): -3343283 or 5110988. OLE color: 5110988.

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

Color convert

RGB 204 252 77 -
CMYK 0.19 0 0.69 0.01
HSL 76.46º 0.97% 0.65% -
HSV(B) 76.46º 0.69% 0.99% -
XYZ 61.05 82.99 19.82 -
YUV 217.7 48.6 118.23 -
System Red Green Blue C M Y K H S L
Decimal 204 252 77 0.19 0 0.69 0.01 76.46 0.97 0.65
Hex CC FC 4D 13 0 45 1 4C 61 41
Octal 314 374 115 23 0 105 1 114 141 101
Binary 11001100 11111100 1001101 10011 0 1000101 1 1001100 1100001 1000001

Color Harmonies of #CCFC4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFC4D

Black with #CCFC4D

Text Example


Text Example

White with #CCFC4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFC4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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