Html Css Color HEX #CCD828 Bitter Lemon

📋 copy color: '#CCD828'

red 204 ◦ green 216 ◦ blue 40

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

Shades of Bitter Lemon #CCD828

Tints of Bitter Lemon #CCD828

RGB

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

 GREEN value IS 216 (84.77% from 255) = 46.96%

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

R = 44.35%
G = 46.96%
B = 8.7%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#CCD828 (or 0xCCD828) is known color: Bitter Lemon. HEX triplet: CC, D8 and 28. RGB value is (204,216,40). Sum of RGB (Red+Green+Blue) = 204+216+40=460 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.35% from 460); Green value is 216 (84.77% from 255 or 46.96% from 460); Blue value is 40 (16.02% from 255 or 8.70% from 460); Max value from RGB is 216 - color contains mainly: green. Hex color #CCD828 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD828 is #3327D7. Grayscale: #C1C1C1. Windows color (decimal): -3352536 or 2676940. OLE color: 2676940.

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

Color convert

RGB 204 216 40 -
CMYK 0.06 0 0.81 0.15
HSL 64.09º 0.69% 0.5% -
HSV(B) 64.09º 0.81% 0.85% -
XYZ 49.84 62.1 11.37 -
YUV 192.35 42.02 136.31 -
System Red Green Blue C M Y K H S L
Decimal 204 216 40 0.06 0 0.81 0.15 64.09 0.69 0.5
Hex CC D8 28 6 0 51 F 40 45 32
Octal 314 330 50 6 0 121 17 100 105 62
Binary 11001100 11011000 101000 110 0 1010001 1111 1000000 1000101 110010

Color Harmonies of #CCD828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD828

Black with #CCD828

Text Example


Text Example

White with #CCD828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD828; }

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

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

background-color css

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

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

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

border-color css

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

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

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