Html Css Color HEX #CCF728 Pear

📋 copy color: '#CCF728'

red 204 ◦ green 247 ◦ blue 40

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

Shades of Pear #CCF728

Tints of Pear #CCF728

RGB

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

 GREEN value IS 247 (96.88% from 255) = 50.31%

 BLUE value IS 40 (16.02% from 255) = 8.15%

R = 41.55%
G = 50.31%
B = 8.15%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.84

 K value IS 0.03

RGB Variations

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

Color information

#CCF728 (or 0xCCF728) is known color: Pear. HEX triplet: CC, F7 and 28. RGB value is (204,247,40). Sum of RGB (Red+Green+Blue) = 204+247+40=491 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.55% from 491); Green value is 247 (96.88% from 255 or 50.31% from 491); Blue value is 40 (16.02% from 255 or 8.15% from 491); Max value from RGB is 247 - color contains mainly: green. Hex color #CCF728 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF728 is #3308D7. Grayscale: #D3D3D3. Windows color (decimal): -3344600 or 2684876. OLE color: 2684876.

HSL color Cylindrical-coordinate representation of color #CCF728: hue angle of 72.46º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CCF728 is Cyan = 0.17, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.03.

Color convert

RGB 204 247 40 -
CMYK 0.17 0 0.84 0.03
HSL 72.46º 0.93% 0.56% -
HSV(B) 72.46º 0.84% 0.97% -
XYZ 58.55 79.51 14.27 -
YUV 210.55 31.75 123.33 -
System Red Green Blue C M Y K H S L
Decimal 204 247 40 0.17 0 0.84 0.03 72.46 0.93 0.56
Hex CC F7 28 11 0 54 3 48 5D 38
Octal 314 367 50 21 0 124 3 110 135 70
Binary 11001100 11110111 101000 10001 0 1010100 11 1001000 1011101 111000

Color Harmonies of #CCF728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF728

Black with #CCF728

Text Example


Text Example

White with #CCF728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF728; }

 p { color: rgb(204,247,40); }

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

background-color css

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

 a { background-color: rgb(204,247,40); }

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

border-color css

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

 span { border-color: rgb(204,247,40); }

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