Html Css Color HEX #CCD429 Bitter Lemon

📋 copy color: '#CCD429'

red 204 ◦ green 212 ◦ blue 41

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

Shades of Bitter Lemon #CCD429

Tints of Bitter Lemon #CCD429

RGB

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

 GREEN value IS 212 (83.2% from 255) = 46.39%

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

R = 44.64%
G = 46.39%
B = 8.97%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.81

 K value IS 0.17

RGB Variations

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

Color information

#CCD429 (or 0xCCD429) is known color: Bitter Lemon. HEX triplet: CC, D4 and 29. RGB value is (204,212,41). Sum of RGB (Red+Green+Blue) = 204+212+41=457 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.64% from 457); Green value is 212 (83.20% from 255 or 46.39% from 457); Blue value is 41 (16.41% from 255 or 8.97% from 457); Max value from RGB is 212 - color contains mainly: green. Hex color #CCD429 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD429 is #332BD6. Grayscale: #BEBEBE. Windows color (decimal): -3353559 or 2741452. OLE color: 2741452.

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

Color convert

RGB 204 212 41 -
CMYK 0.04 0 0.81 0.17
HSL 62.81º 0.68% 0.5% -
HSV(B) 62.81º 0.81% 0.83% -
XYZ 48.85 60.08 11.12 -
YUV 190.11 43.85 137.9 -
System Red Green Blue C M Y K H S L
Decimal 204 212 41 0.04 0 0.81 0.17 62.81 0.68 0.5
Hex CC D4 29 4 0 51 11 3F 44 32
Octal 314 324 51 4 0 121 21 77 104 62
Binary 11001100 11010100 101001 100 0 1010001 10001 111111 1000100 110010

Color Harmonies of #CCD429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD429

Black with #CCD429

Text Example


Text Example

White with #CCD429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD429; }

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

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

background-color css

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

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

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

border-color css

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

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

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