Html Css Color HEX #CCF828 Pear

📋 copy color: '#CCF828'

red 204 ◦ green 248 ◦ blue 40

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

Shades of Pear #CCF828

Tints of Pear #CCF828

RGB

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

 GREEN value IS 248 (97.27% from 255) = 50.41%

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

R = 41.46%
G = 50.41%
B = 8.13%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.84

 K value IS 0.03

RGB Variations

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

Color information

#CCF828 (or 0xCCF828) is known color: Pear. HEX triplet: CC, F8 and 28. RGB value is (204,248,40). Sum of RGB (Red+Green+Blue) = 204+248+40=492 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.46% from 492); Green value is 248 (97.27% from 255 or 50.41% from 492); Blue value is 40 (16.02% from 255 or 8.13% from 492); Max value from RGB is 248 - color contains mainly: green. Hex color #CCF828 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF828 is #3307D7. Grayscale: #D3D3D3. Windows color (decimal): -3344344 or 2685132. OLE color: 2685132.

HSL color Cylindrical-coordinate representation of color #CCF828: hue angle of 72.69º degrees, saturation: 0.94, 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 #CCF828 is Cyan = 0.18, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.03.

Color convert

RGB 204 248 40 -
CMYK 0.18 0 0.84 0.03
HSL 72.69º 0.94% 0.56% -
HSV(B) 72.69º 0.84% 0.97% -
XYZ 58.85 80.13 14.37 -
YUV 211.13 31.42 122.91 -
System Red Green Blue C M Y K H S L
Decimal 204 248 40 0.18 0 0.84 0.03 72.69 0.94 0.56
Hex CC F8 28 12 0 54 3 49 5E 38
Octal 314 370 50 22 0 124 3 111 136 70
Binary 11001100 11111000 101000 10010 0 1010100 11 1001001 1011110 111000

Color Harmonies of #CCF828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF828

Black with #CCF828

Text Example


Text Example

White with #CCF828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF828; }

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

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

background-color css

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

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

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

border-color css

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

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

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