Html Css Color HEX #CCD529 Bitter Lemon

📋 copy color: '#CCD529'

red 204 ◦ green 213 ◦ blue 41

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

Shades of Bitter Lemon #CCD529

Tints of Bitter Lemon #CCD529

RGB

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

 GREEN value IS 213 (83.59% from 255) = 46.51%

 BLUE value IS 41 (16.41% from 255) = 8.95%

R = 44.54%
G = 46.51%
B = 8.95%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#CCD529 (or 0xCCD529) is known color: Bitter Lemon. HEX triplet: CC, D5 and 29. RGB value is (204,213,41). Sum of RGB (Red+Green+Blue) = 204+213+41=458 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.54% from 458); Green value is 213 (83.59% from 255 or 46.51% from 458); Blue value is 41 (16.41% from 255 or 8.95% from 458); Max value from RGB is 213 - color contains mainly: green. Hex color #CCD529 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD529 is #332AD6. Grayscale: #BFBFBF. Windows color (decimal): -3353303 or 2741708. OLE color: 2741708.

HSL color Cylindrical-coordinate representation of color #CCD529: hue angle of 63.14º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CCD529 is Cyan = 0.04, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.16.

Color convert

RGB 204 213 41 -
CMYK 0.04 0 0.81 0.16
HSL 63.14º 0.68% 0.5% -
HSV(B) 63.14º 0.81% 0.84% -
XYZ 49.1 60.59 11.2 -
YUV 190.7 43.52 137.49 -
System Red Green Blue C M Y K H S L
Decimal 204 213 41 0.04 0 0.81 0.16 63.14 0.68 0.5
Hex CC D5 29 4 0 51 10 3F 44 32
Octal 314 325 51 4 0 121 20 77 104 62
Binary 11001100 11010101 101001 100 0 1010001 10000 111111 1000100 110010

Color Harmonies of #CCD529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD529

Black with #CCD529

Text Example


Text Example

White with #CCD529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD529; }

 p { color: rgb(204,213,41); }

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

background-color css

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

 a { background-color: rgb(204,213,41); }

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

border-color css

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

 span { border-color: rgb(204,213,41); }

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