Html Css Color HEX #CDDB2C Bitter Lemon

📋 copy color: '#CDDB2C'

red 205 ◦ green 219 ◦ blue 44

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

Shades of Bitter Lemon #CDDB2C

Tints of Bitter Lemon #CDDB2C

RGB

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

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

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

R = 43.8%
G = 46.79%
B = 9.4%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#CDDB2C (or 0xCDDB2C) is known color: Bitter Lemon. HEX triplet: CD, DB and 2C. RGB value is (205,219,44). Sum of RGB (Red+Green+Blue) = 205+219+44=468 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.80% from 468); Green value is 219 (85.94% from 255 or 46.79% from 468); Blue value is 44 (17.58% from 255 or 9.40% from 468); Max value from RGB is 219 - color contains mainly: green. Hex color #CDDB2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDDB2C is #3224D3. Grayscale: #C3C3C3. Windows color (decimal): -3286228 or 2939853. OLE color: 2939853.

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

Color convert

RGB 205 219 44 -
CMYK 0.06 0 0.80 0.14
HSL 64.8º 0.71% 0.52% -
HSV(B) 64.8º 0.8% 0.86% -
XYZ 50.96 63.82 12.02 -
YUV 194.86 42.86 135.23 -
System Red Green Blue C M Y K H S L
Decimal 205 219 44 0.06 0 0.80 0.14 64.8 0.71 0.52
Hex CD DB 2C 6 0 50 E 41 47 34
Octal 315 333 54 6 0 120 16 101 107 64
Binary 11001101 11011011 101100 110 0 1010000 1110 1000001 1000111 110100

Color Harmonies of #CDDB2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDDB2C

Black with #CDDB2C

Text Example


Text Example

White with #CDDB2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDDB2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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