Html Css Color HEX #CCF928 Pear

📋 copy color: '#CCF928'

red 204 ◦ green 249 ◦ blue 40

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

Shades of Pear #CCF928

Tints of Pear #CCF928

RGB

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

 GREEN value IS 249 (97.66% from 255) = 50.51%

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

R = 41.38%
G = 50.51%
B = 8.11%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#CCF928 (or 0xCCF928) is known color: Pear. HEX triplet: CC, F9 and 28. RGB value is (204,249,40). Sum of RGB (Red+Green+Blue) = 204+249+40=493 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.38% from 493); Green value is 249 (97.66% from 255 or 50.51% from 493); Blue value is 40 (16.02% from 255 or 8.11% from 493); Max value from RGB is 249 - color contains mainly: green. Hex color #CCF928 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF928 is #3306D7. Grayscale: #D4D4D4. Windows color (decimal): -3344088 or 2685388. OLE color: 2685388.

HSL color Cylindrical-coordinate representation of color #CCF928: hue angle of 72.92º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CCF928 is Cyan = 0.18, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.02.

Color convert

RGB 204 249 40 -
CMYK 0.18 0 0.84 0.02
HSL 72.92º 0.95% 0.57% -
HSV(B) 72.92º 0.84% 0.98% -
XYZ 59.16 80.74 14.47 -
YUV 211.72 31.09 122.49 -
System Red Green Blue C M Y K H S L
Decimal 204 249 40 0.18 0 0.84 0.02 72.92 0.95 0.57
Hex CC F9 28 12 0 54 2 49 5F 39
Octal 314 371 50 22 0 124 2 111 137 71
Binary 11001100 11111001 101000 10010 0 1010100 10 1001001 1011111 111001

Color Harmonies of #CCF928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF928

Black with #CCF928

Text Example


Text Example

White with #CCF928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF928; }

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

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

background-color css

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

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

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

border-color css

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

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

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