Html Css Color HEX #CCD928 Bitter Lemon

📋 copy color: '#CCD928'

red 204 ◦ green 217 ◦ blue 40

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

Shades of Bitter Lemon #CCD928

Tints of Bitter Lemon #CCD928

RGB

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

 GREEN value IS 217 (85.16% from 255) = 47.07%

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

R = 44.25%
G = 47.07%
B = 8.68%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#CCD928 (or 0xCCD928) is known color: Bitter Lemon. HEX triplet: CC, D9 and 28. RGB value is (204,217,40). Sum of RGB (Red+Green+Blue) = 204+217+40=461 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.25% from 461); Green value is 217 (85.16% from 255 or 47.07% from 461); Blue value is 40 (16.02% from 255 or 8.68% from 461); Max value from RGB is 217 - color contains mainly: green. Hex color #CCD928 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD928 is #3326D7. Grayscale: #C1C1C1. Windows color (decimal): -3352280 or 2677196. OLE color: 2677196.

HSL color Cylindrical-coordinate representation of color #CCD928: hue angle of 64.41º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CCD928 is Cyan = 0.06, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.15.

Color convert

RGB 204 217 40 -
CMYK 0.06 0 0.82 0.15
HSL 64.41º 0.7% 0.5% -
HSV(B) 64.41º 0.82% 0.85% -
XYZ 50.1 62.62 11.45 -
YUV 192.94 41.69 135.89 -
System Red Green Blue C M Y K H S L
Decimal 204 217 40 0.06 0 0.82 0.15 64.41 0.7 0.5
Hex CC D9 28 6 0 52 F 40 46 32
Octal 314 331 50 6 0 122 17 100 106 62
Binary 11001100 11011001 101000 110 0 1010010 1111 1000000 1000110 110010

Color Harmonies of #CCD928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD928

Black with #CCD928

Text Example


Text Example

White with #CCD928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD928; }

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

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

background-color css

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

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

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

border-color css

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

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

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