Html Css Color HEX #CCF235 Pear

📋 copy color: '#CCF235'

red 204 ◦ green 242 ◦ blue 53

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

Shades of Pear #CCF235

Tints of Pear #CCF235

RGB

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

 GREEN value IS 242 (94.92% from 255) = 48.5%

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

R = 40.88%
G = 48.5%
B = 10.62%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.78

 K value IS 0.05

RGB Variations

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

Color information

#CCF235 (or 0xCCF235) is known color: Pear. HEX triplet: CC, F2 and 35. RGB value is (204,242,53). Sum of RGB (Red+Green+Blue) = 204+242+53=499 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.88% from 499); Green value is 242 (94.92% from 255 or 48.50% from 499); Blue value is 53 (21.09% from 255 or 10.62% from 499); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF235 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF235 is #330DCA. Grayscale: #D1D1D1. Windows color (decimal): -3345867 or 3535564. OLE color: 3535564.

HSL color Cylindrical-coordinate representation of color #CCF235: hue angle of 72.06º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CCF235 is Cyan = 0.16, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.05.

Color convert

RGB 204 242 53 -
CMYK 0.16 0 0.78 0.05
HSL 72.06º 0.88% 0.58% -
HSV(B) 72.06º 0.78% 0.95% -
XYZ 57.3 76.6 15.13 -
YUV 209.09 39.91 124.37 -
System Red Green Blue C M Y K H S L
Decimal 204 242 53 0.16 0 0.78 0.05 72.06 0.88 0.58
Hex CC F2 35 10 0 4E 5 48 58 3A
Octal 314 362 65 20 0 116 5 110 130 72
Binary 11001100 11110010 110101 10000 0 1001110 101 1001000 1011000 111010

Color Harmonies of #CCF235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF235

Black with #CCF235

Text Example


Text Example

White with #CCF235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF235; }

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

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

background-color css

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

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

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

border-color css

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

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

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