Html Css Color HEX #CDDB2A Bitter Lemon

📋 copy color: '#CDDB2A'

red 205 ◦ green 219 ◦ blue 42

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

Shades of Bitter Lemon #CDDB2A

Tints of Bitter Lemon #CDDB2A

RGB

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

 GREEN value IS 219 (85.94% from 255) = 47%

 BLUE value IS 42 (16.8% from 255) = 9.01%

R = 43.99%
G = 47%
B = 9.01%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#CDDB2A (or 0xCDDB2A) is known color: Bitter Lemon. HEX triplet: CD, DB and 2A. RGB value is (205,219,42). Sum of RGB (Red+Green+Blue) = 205+219+42=466 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.99% from 466); Green value is 219 (85.94% from 255 or 47.00% from 466); Blue value is 42 (16.80% from 255 or 9.01% from 466); Max value from RGB is 219 - color contains mainly: green. Hex color #CDDB2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDDB2A is #3224D5. Grayscale: #C3C3C3. Windows color (decimal): -3286230 or 2808781. OLE color: 2808781.

HSL color Cylindrical-coordinate representation of color #CDDB2A: hue angle of 64.75º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CDDB2A is Cyan = 0.06, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.14.

Color convert

RGB 205 219 42 -
CMYK 0.06 0 0.81 0.14
HSL 64.75º 0.71% 0.51% -
HSV(B) 64.75º 0.81% 0.86% -
XYZ 50.93 63.81 11.82 -
YUV 194.64 41.86 135.39 -
System Red Green Blue C M Y K H S L
Decimal 205 219 42 0.06 0 0.81 0.14 64.75 0.71 0.51
Hex CD DB 2A 6 0 51 E 41 47 33
Octal 315 333 52 6 0 121 16 101 107 63
Binary 11001101 11011011 101010 110 0 1010001 1110 1000001 1000111 110011

Color Harmonies of #CDDB2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDDB2A

Black with #CDDB2A

Text Example


Text Example

White with #CDDB2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDDB2A; }

 p { color: rgb(205,219,42); }

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

background-color css

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

 a { background-color: rgb(205,219,42); }

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

border-color css

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

 span { border-color: rgb(205,219,42); }

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