Html Css Color HEX #CDD629 Bitter Lemon

📋 copy color: '#CDD629'

red 205 ◦ green 214 ◦ blue 41

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

Shades of Bitter Lemon #CDD629

Tints of Bitter Lemon #CDD629

RGB

 RED value IS 205 (80.47% from 255) = 44.57%

 GREEN value IS 214 (83.98% from 255) = 46.52%

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

R = 44.57%
G = 46.52%
B = 8.91%

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

#CDD629 (or 0xCDD629) is known color: Bitter Lemon. HEX triplet: CD, D6 and 29. RGB value is (205,214,41). Sum of RGB (Red+Green+Blue) = 205+214+41=460 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.57% from 460); Green value is 214 (83.98% from 255 or 46.52% from 460); Blue value is 41 (16.41% from 255 or 8.91% from 460); Max value from RGB is 214 - color contains mainly: green. Hex color #CDD629 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD629 is #3229D6. Grayscale: #C0C0C0. Windows color (decimal): -3287511 or 2741965. OLE color: 2741965.

HSL color Cylindrical-coordinate representation of color #CDD629: hue angle of 63.12º 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 #CDD629 is Cyan = 0.04, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.16.

Color convert

RGB 205 214 41 -
CMYK 0.04 0 0.81 0.16
HSL 63.12º 0.68% 0.5% -
HSV(B) 63.12º 0.81% 0.84% -
XYZ 49.62 61.23 11.3 -
YUV 191.59 43.02 137.57 -
System Red Green Blue C M Y K H S L
Decimal 205 214 41 0.04 0 0.81 0.16 63.12 0.68 0.5
Hex CD D6 29 4 0 51 10 3F 44 32
Octal 315 326 51 4 0 121 20 77 104 62
Binary 11001101 11010110 101001 100 0 1010001 10000 111111 1000100 110010

Color Harmonies of #CDD629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD629

Black with #CDD629

Text Example


Text Example

White with #CDD629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD629; }

 p { color: rgb(205,214,41); }

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

background-color css

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

 a { background-color: rgb(205,214,41); }

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

border-color css

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

 span { border-color: rgb(205,214,41); }

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