Html Css Color HEX #CCFF4D Pear

📋 copy color: '#CCFF4D'

red 204 ◦ green 255 ◦ blue 77

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

Shades of Pear #CCFF4D

Tints of Pear #CCFF4D

RGB

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

 GREEN value IS 255 (100% from 255) = 47.57%

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

R = 38.06%
G = 47.57%
B = 14.37%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.70

 K value IS 0

RGB Variations

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

Color information

#CCFF4D (or 0xCCFF4D) is known color: Pear. HEX triplet: CC, FF and 4D. RGB value is (204,255,77). Sum of RGB (Red+Green+Blue) = 204+255+77=536 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.06% from 536); Green value is 255 (100% from 255 or 47.57% from 536); Blue value is 77 (30.47% from 255 or 14.37% from 536); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFF4D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCFF4D is #3300B2. Grayscale: #DCDCDC. Windows color (decimal): -3342515 or 5111756. OLE color: 5111756.

HSL color Cylindrical-coordinate representation of color #CCFF4D: hue angle of 77.19º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CCFF4D is Cyan = 0.2, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.

Color convert

RGB 204 255 77 -
CMYK 0.2 0 0.70 0
HSL 77.19º 1% 0.65% -
HSV(B) 77.19º 0.7% 1% -
XYZ 62 84.89 20.14 -
YUV 219.46 47.6 116.97 -
System Red Green Blue C M Y K H S L
Decimal 204 255 77 0.2 0 0.70 0 77.19 1 0.65
Hex CC FF 4D 14 0 46 0 4D 64 41
Octal 314 377 115 24 0 106 0 115 144 101
Binary 11001100 11111111 1001101 10100 0 1000110 0 1001101 1100100 1000001

Color Harmonies of #CCFF4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFF4D

Black with #CCFF4D

Text Example


Text Example

White with #CCFF4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFF4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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