Html Css Color HEX #CCFF3F Pear

📋 copy color: '#CCFF3F'

red 204 ◦ green 255 ◦ blue 63

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

Shades of Pear #CCFF3F

Tints of Pear #CCFF3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 12.07%

R = 39.08%
G = 48.85%
B = 12.07%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.75

 K value IS 0

RGB Variations

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

Color information

#CCFF3F (or 0xCCFF3F) is known color: Pear. HEX triplet: CC, FF and 3F. RGB value is (204,255,63). Sum of RGB (Red+Green+Blue) = 204+255+63=522 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.08% from 522); Green value is 255 (100% from 255 or 48.85% from 522); Blue value is 63 (25% from 255 or 12.07% from 522); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFF3F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCFF3F is #3300C0. Grayscale: #DADADA. Windows color (decimal): -3342529 or 4194252. OLE color: 4194252.

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

Color convert

RGB 204 255 63 -
CMYK 0.2 0 0.75 0
HSL 75.94º 1% 0.62% -
HSV(B) 75.94º 0.75% 1% -
XYZ 61.56 84.72 17.81 -
YUV 217.86 40.6 118.11 -
System Red Green Blue C M Y K H S L
Decimal 204 255 63 0.2 0 0.75 0 75.94 1 0.62
Hex CC FF 3F 14 0 4B 0 4C 64 3E
Octal 314 377 77 24 0 113 0 114 144 76
Binary 11001100 11111111 111111 10100 0 1001011 0 1001100 1100100 111110

Color Harmonies of #CCFF3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFF3F

Black with #CCFF3F

Text Example


Text Example

White with #CCFF3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFF3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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