Html Css Color HEX #CCD02C Bitter Lemon

📋 copy color: '#CCD02C'

red 204 ◦ green 208 ◦ blue 44

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

Shades of Bitter Lemon #CCD02C

Tints of Bitter Lemon #CCD02C

RGB

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

 GREEN value IS 208 (81.64% from 255) = 45.61%

 BLUE value IS 44 (17.58% from 255) = 9.65%

R = 44.74%
G = 45.61%
B = 9.65%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#CCD02C (or 0xCCD02C) is known color: Bitter Lemon. HEX triplet: CC, D0 and 2C. RGB value is (204,208,44). Sum of RGB (Red+Green+Blue) = 204+208+44=456 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.74% from 456); Green value is 208 (81.64% from 255 or 45.61% from 456); Blue value is 44 (17.58% from 255 or 9.65% from 456); Max value from RGB is 208 - color contains mainly: green. Hex color #CCD02C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD02C is #332FD3. Grayscale: #BCBCBC. Windows color (decimal): -3354580 or 2937036. OLE color: 2937036.

HSL color Cylindrical-coordinate representation of color #CCD02C: hue angle of 61.46º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CCD02C is Cyan = 0.02, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.18.

Color convert

RGB 204 208 44 -
CMYK 0.02 0 0.79 0.18
HSL 61.46º 0.65% 0.49% -
HSV(B) 61.46º 0.79% 0.82% -
XYZ 47.91 58.13 11.08 -
YUV 188.11 46.67 139.34 -
System Red Green Blue C M Y K H S L
Decimal 204 208 44 0.02 0 0.79 0.18 61.46 0.65 0.49
Hex CC D0 2C 2 0 4F 12 3D 41 31
Octal 314 320 54 2 0 117 22 75 101 61
Binary 11001100 11010000 101100 10 0 1001111 10010 111101 1000001 110001

Color Harmonies of #CCD02C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD02C

Black with #CCD02C

Text Example


Text Example

White with #CCD02C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD02C; }

 p { color: rgb(204,208,44); }

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

background-color css

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

 a { background-color: rgb(204,208,44); }

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

border-color css

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

 span { border-color: rgb(204,208,44); }

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