Html Css Color HEX #CCFF35 Pear

📋 copy color: '#CCFF35'

red 204 ◦ green 255 ◦ blue 53

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

Shades of Pear #CCFF35

Tints of Pear #CCFF35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 10.35%

R = 39.84%
G = 49.8%
B = 10.35%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.79

 K value IS 0

RGB Variations

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

Color information

#CCFF35 (or 0xCCFF35) is known color: Pear. HEX triplet: CC, FF and 35. RGB value is (204,255,53). Sum of RGB (Red+Green+Blue) = 204+255+53=512 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.84% from 512); Green value is 255 (100% from 255 or 49.80% from 512); Blue value is 53 (21.09% from 255 or 10.35% from 512); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFF35 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCFF35 is #3300CA. Grayscale: #D9D9D9. Windows color (decimal): -3342539 or 3538892. OLE color: 3538892.

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

Color convert

RGB 204 255 53 -
CMYK 0.2 0 0.79 0
HSL 75.15º 1% 0.6% -
HSV(B) 75.15º 0.79% 1% -
XYZ 61.3 84.61 16.47 -
YUV 216.72 35.6 118.93 -
System Red Green Blue C M Y K H S L
Decimal 204 255 53 0.2 0 0.79 0 75.15 1 0.6
Hex CC FF 35 14 0 4F 0 4B 64 3C
Octal 314 377 65 24 0 117 0 113 144 74
Binary 11001100 11111111 110101 10100 0 1001111 0 1001011 1100100 111100

Color Harmonies of #CCFF35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFF35

Black with #CCFF35

Text Example


Text Example

White with #CCFF35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFF35; }

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

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

background-color css

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

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

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

border-color css

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

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

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