Html Css Color HEX #CDD02C Bitter Lemon

📋 copy color: '#CDD02C'

red 205 ◦ green 208 ◦ blue 44

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

Shades of Bitter Lemon #CDD02C

Tints of Bitter Lemon #CDD02C

RGB

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

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

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

R = 44.86%
G = 45.51%
B = 9.63%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#CDD02C (or 0xCDD02C) is known color: Bitter Lemon. HEX triplet: CD, D0 and 2C. RGB value is (205,208,44). Sum of RGB (Red+Green+Blue) = 205+208+44=457 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.86% from 457); Green value is 208 (81.64% from 255 or 45.51% from 457); Blue value is 44 (17.58% from 255 or 9.63% from 457); Max value from RGB is 208 - color contains mainly: green. Hex color #CDD02C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD02C is #322FD3. Grayscale: #BDBDBD. Windows color (decimal): -3289044 or 2937037. OLE color: 2937037.

HSL color Cylindrical-coordinate representation of color #CDD02C: hue angle of 61.1º 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 #CDD02C is Cyan = 0.01, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.18.

Color convert

RGB 205 208 44 -
CMYK 0.01 0 0.79 0.18
HSL 61.1º 0.65% 0.49% -
HSV(B) 61.1º 0.79% 0.82% -
XYZ 48.19 58.27 11.09 -
YUV 188.41 46.51 139.84 -
System Red Green Blue C M Y K H S L
Decimal 205 208 44 0.01 0 0.79 0.18 61.1 0.65 0.49
Hex CD D0 2C 1 0 4F 12 3D 41 31
Octal 315 320 54 1 0 117 22 75 101 61
Binary 11001101 11010000 101100 1 0 1001111 10010 111101 1000001 110001

Color Harmonies of #CDD02C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD02C

Black with #CDD02C

Text Example


Text Example

White with #CDD02C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD02C; }

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

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

background-color css

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

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

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

border-color css

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

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

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