Html Css Color HEX #CDD02D Bitter Lemon

📋 copy color: '#CDD02D'

red 205 ◦ green 208 ◦ blue 45

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

Shades of Bitter Lemon #CDD02D

Tints of Bitter Lemon #CDD02D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 9.83%

R = 44.76%
G = 45.41%
B = 9.83%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#CDD02D (or 0xCDD02D) is known color: Bitter Lemon. HEX triplet: CD, D0 and 2D. RGB value is (205,208,45). Sum of RGB (Red+Green+Blue) = 205+208+45=458 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.76% from 458); Green value is 208 (81.64% from 255 or 45.41% from 458); Blue value is 45 (17.97% from 255 or 9.83% from 458); Max value from RGB is 208 - color contains mainly: green. Hex color #CDD02D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD02D is #322FD2. Grayscale: #BDBDBD. Windows color (decimal): -3289043 or 3002573. OLE color: 3002573.

HSL color Cylindrical-coordinate representation of color #CDD02D: hue angle of 61.1º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CDD02D is Cyan = 0.01, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.18.

Color convert

RGB 205 208 45 -
CMYK 0.01 0 0.78 0.18
HSL 61.1º 0.64% 0.5% -
HSV(B) 61.1º 0.78% 0.82% -
XYZ 48.21 58.28 11.19 -
YUV 188.52 47.01 139.75 -
System Red Green Blue C M Y K H S L
Decimal 205 208 45 0.01 0 0.78 0.18 61.1 0.64 0.5
Hex CD D0 2D 1 0 4E 12 3D 40 32
Octal 315 320 55 1 0 116 22 75 100 62
Binary 11001101 11010000 101101 1 0 1001110 10010 111101 1000000 110010

Color Harmonies of #CDD02D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD02D

Black with #CDD02D

Text Example


Text Example

White with #CDD02D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD02D; }

 p { color: rgb(205,208,45); }

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

background-color css

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

 a { background-color: rgb(205,208,45); }

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

border-color css

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

 span { border-color: rgb(205,208,45); }

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