Html Css Color HEX #CCF035 Pear

📋 copy color: '#CCF035'

red 204 ◦ green 240 ◦ blue 53

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

Shades of Pear #CCF035

Tints of Pear #CCF035

RGB

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

 GREEN value IS 240 (94.14% from 255) = 48.29%

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

R = 41.05%
G = 48.29%
B = 10.66%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.78

 K value IS 0.06

RGB Variations

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

Color information

#CCF035 (or 0xCCF035) is known color: Pear. HEX triplet: CC, F0 and 35. RGB value is (204,240,53). Sum of RGB (Red+Green+Blue) = 204+240+53=497 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.05% from 497); Green value is 240 (94.14% from 255 or 48.29% from 497); Blue value is 53 (21.09% from 255 or 10.66% from 497); Max value from RGB is 240 - color contains mainly: green. Hex color #CCF035 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF035 is #330FCA. Grayscale: #D0D0D0. Windows color (decimal): -3346379 or 3535052. OLE color: 3535052.

HSL color Cylindrical-coordinate representation of color #CCF035: hue angle of 71.55º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CCF035 is Cyan = 0.15, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.06.

Color convert

RGB 204 240 53 -
CMYK 0.15 0 0.78 0.06
HSL 71.55º 0.86% 0.57% -
HSV(B) 71.55º 0.78% 0.94% -
XYZ 56.7 75.41 14.94 -
YUV 207.92 40.57 125.21 -
System Red Green Blue C M Y K H S L
Decimal 204 240 53 0.15 0 0.78 0.06 71.55 0.86 0.57
Hex CC F0 35 F 0 4E 6 48 56 39
Octal 314 360 65 17 0 116 6 110 126 71
Binary 11001100 11110000 110101 1111 0 1001110 110 1001000 1010110 111001

Color Harmonies of #CCF035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF035

Black with #CCF035

Text Example


Text Example

White with #CCF035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF035; }

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

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

background-color css

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

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

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

border-color css

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

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

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