Html Css Color HEX #CCFF46 Pear

📋 copy color: '#CCFF46'

red 204 ◦ green 255 ◦ blue 70

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

Shades of Pear #CCFF46

Tints of Pear #CCFF46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 13.23%

R = 38.56%
G = 48.2%
B = 13.23%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.73

 K value IS 0

RGB Variations

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

Color information

#CCFF46 (or 0xCCFF46) is known color: Pear. HEX triplet: CC, FF and 46. RGB value is (204,255,70). Sum of RGB (Red+Green+Blue) = 204+255+70=529 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.56% from 529); Green value is 255 (100% from 255 or 48.20% from 529); Blue value is 70 (27.73% from 255 or 13.23% from 529); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFF46 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCFF46 is #3300B9. Grayscale: #DBDBDB. Windows color (decimal): -3342522 or 4653004. OLE color: 4653004.

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

Color convert

RGB 204 255 70 -
CMYK 0.2 0 0.73 0
HSL 76.54º 1% 0.64% -
HSV(B) 76.54º 0.73% 1% -
XYZ 61.77 84.8 18.91 -
YUV 218.66 44.1 117.54 -
System Red Green Blue C M Y K H S L
Decimal 204 255 70 0.2 0 0.73 0 76.54 1 0.64
Hex CC FF 46 14 0 49 0 4D 64 40
Octal 314 377 106 24 0 111 0 115 144 100
Binary 11001100 11111111 1000110 10100 0 1001001 0 1001101 1100100 1000000

Color Harmonies of #CCFF46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFF46

Black with #CCFF46

Text Example


Text Example

White with #CCFF46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFF46; }

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

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

background-color css

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

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

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

border-color css

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

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

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