Html Css Color HEX #CCF132 Pear

📋 copy color: '#CCF132'

red 204 ◦ green 241 ◦ blue 50

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

Shades of Pear #CCF132

Tints of Pear #CCF132

RGB

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

 GREEN value IS 241 (94.53% from 255) = 48.69%

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

R = 41.21%
G = 48.69%
B = 10.1%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#CCF132 (or 0xCCF132) is known color: Pear. HEX triplet: CC, F1 and 32. RGB value is (204,241,50). Sum of RGB (Red+Green+Blue) = 204+241+50=495 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.21% from 495); Green value is 241 (94.53% from 255 or 48.69% from 495); Blue value is 50 (19.92% from 255 or 10.10% from 495); Max value from RGB is 241 - color contains mainly: green. Hex color #CCF132 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF132 is #330ECD. Grayscale: #D0D0D0. Windows color (decimal): -3346126 or 3338700. OLE color: 3338700.

HSL color Cylindrical-coordinate representation of color #CCF132: hue angle of 71.62º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CCF132 is Cyan = 0.15, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.

Color convert

RGB 204 241 50 -
CMYK 0.15 0 0.79 0.05
HSL 71.62º 0.87% 0.57% -
HSV(B) 71.62º 0.79% 0.95% -
XYZ 56.93 75.98 14.68 -
YUV 208.16 38.74 125.03 -
System Red Green Blue C M Y K H S L
Decimal 204 241 50 0.15 0 0.79 0.05 71.62 0.87 0.57
Hex CC F1 32 F 0 4F 5 48 57 39
Octal 314 361 62 17 0 117 5 110 127 71
Binary 11001100 11110001 110010 1111 0 1001111 101 1001000 1010111 111001

Color Harmonies of #CCF132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF132

Black with #CCF132

Text Example


Text Example

White with #CCF132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF132; }

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

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

background-color css

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

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

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

border-color css

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

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

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