Html Css Color HEX #CCF532 Pear

📋 copy color: '#CCF532'

red 204 ◦ green 245 ◦ blue 50

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

Shades of Pear #CCF532

Tints of Pear #CCF532

RGB

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

 GREEN value IS 245 (96.09% from 255) = 49.1%

 BLUE value IS 50 (19.92% from 255) = 10.02%

R = 40.88%
G = 49.1%
B = 10.02%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.80

 K value IS 0.04

RGB Variations

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

Color information

#CCF532 (or 0xCCF532) is known color: Pear. HEX triplet: CC, F5 and 32. RGB value is (204,245,50). Sum of RGB (Red+Green+Blue) = 204+245+50=499 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.88% from 499); Green value is 245 (96.09% from 255 or 49.10% from 499); Blue value is 50 (19.92% from 255 or 10.02% from 499); Max value from RGB is 245 - color contains mainly: green. Hex color #CCF532 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF532 is #330ACD. Grayscale: #D3D3D3. Windows color (decimal): -3345102 or 3339724. OLE color: 3339724.

HSL color Cylindrical-coordinate representation of color #CCF532: hue angle of 72.62º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CCF532 is Cyan = 0.17, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.04.

Color convert

RGB 204 245 50 -
CMYK 0.17 0 0.80 0.04
HSL 72.62º 0.91% 0.58% -
HSV(B) 72.62º 0.8% 0.96% -
XYZ 58.13 78.37 15.08 -
YUV 210.51 37.42 123.36 -
System Red Green Blue C M Y K H S L
Decimal 204 245 50 0.17 0 0.80 0.04 72.62 0.91 0.58
Hex CC F5 32 11 0 50 4 49 5B 3A
Octal 314 365 62 21 0 120 4 111 133 72
Binary 11001100 11110101 110010 10001 0 1010000 100 1001001 1011011 111010

Color Harmonies of #CCF532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF532

Black with #CCF532

Text Example


Text Example

White with #CCF532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF532; }

 p { color: rgb(204,245,50); }

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

background-color css

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

 a { background-color: rgb(204,245,50); }

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

border-color css

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

 span { border-color: rgb(204,245,50); }

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