Html Css Color HEX #CCF53D Pear

📋 copy color: '#CCF53D'

red 204 ◦ green 245 ◦ blue 61

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

Shades of Pear #CCF53D

Tints of Pear #CCF53D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 11.96%

R = 40%
G = 48.04%
B = 11.96%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.75

 K value IS 0.04

RGB Variations

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

Color information

#CCF53D (or 0xCCF53D) is known color: Pear. HEX triplet: CC, F5 and 3D. RGB value is (204,245,61). Sum of RGB (Red+Green+Blue) = 204+245+61=510 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40% from 510); Green value is 245 (96.09% from 255 or 48.04% from 510); Blue value is 61 (24.22% from 255 or 11.96% from 510); Max value from RGB is 245 - color contains mainly: green. Hex color #CCF53D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF53D is #330AC2. Grayscale: #D4D4D4. Windows color (decimal): -3345091 or 4060620. OLE color: 4060620.

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

Color convert

RGB 204 245 61 -
CMYK 0.17 0 0.75 0.04
HSL 73.37º 0.9% 0.6% -
HSV(B) 73.37º 0.75% 0.96% -
XYZ 58.4 78.48 16.49 -
YUV 211.77 42.92 122.46 -
System Red Green Blue C M Y K H S L
Decimal 204 245 61 0.17 0 0.75 0.04 73.37 0.9 0.6
Hex CC F5 3D 11 0 4B 4 49 5A 3C
Octal 314 365 75 21 0 113 4 111 132 74
Binary 11001100 11110101 111101 10001 0 1001011 100 1001001 1011010 111100

Color Harmonies of #CCF53D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF53D

Black with #CCF53D

Text Example


Text Example

White with #CCF53D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF53D; }

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

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

background-color css

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

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

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

border-color css

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

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

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