Html Css Color HEX #CCF53A Pear

📋 copy color: '#CCF53A'

red 204 ◦ green 245 ◦ blue 58

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

Shades of Pear #CCF53A

Tints of Pear #CCF53A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 11.44%

R = 40.24%
G = 48.32%
B = 11.44%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.76

 K value IS 0.04

RGB Variations

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

Color information

#CCF53A (or 0xCCF53A) is known color: Pear. HEX triplet: CC, F5 and 3A. RGB value is (204,245,58). Sum of RGB (Red+Green+Blue) = 204+245+58=507 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.24% from 507); Green value is 245 (96.09% from 255 or 48.32% from 507); Blue value is 58 (23.05% from 255 or 11.44% from 507); Max value from RGB is 245 - color contains mainly: green. Hex color #CCF53A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF53A is #330AC5. Grayscale: #D4D4D4. Windows color (decimal): -3345094 or 3864012. OLE color: 3864012.

HSL color Cylindrical-coordinate representation of color #CCF53A: hue angle of 73.16º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CCF53A is Cyan = 0.17, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.04.

Color convert

RGB 204 245 58 -
CMYK 0.17 0 0.76 0.04
HSL 73.16º 0.9% 0.59% -
HSV(B) 73.16º 0.76% 0.96% -
XYZ 58.32 78.45 16.07 -
YUV 211.42 41.42 122.71 -
System Red Green Blue C M Y K H S L
Decimal 204 245 58 0.17 0 0.76 0.04 73.16 0.9 0.59
Hex CC F5 3A 11 0 4C 4 49 5A 3B
Octal 314 365 72 21 0 114 4 111 132 73
Binary 11001100 11110101 111010 10001 0 1001100 100 1001001 1011010 111011

Color Harmonies of #CCF53A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF53A

Black with #CCF53A

Text Example


Text Example

White with #CCF53A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF53A; }

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

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

background-color css

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

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

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

border-color css

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

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

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