Html Css Color HEX #CDDB2D Bitter Lemon

📋 copy color: '#CDDB2D'

red 205 ◦ green 219 ◦ blue 45

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

Shades of Bitter Lemon #CDDB2D

Tints of Bitter Lemon #CDDB2D

RGB

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

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

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

R = 43.71%
G = 46.7%
B = 9.59%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#CDDB2D (or 0xCDDB2D) is known color: Bitter Lemon. HEX triplet: CD, DB and 2D. RGB value is (205,219,45). Sum of RGB (Red+Green+Blue) = 205+219+45=469 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.71% from 469); Green value is 219 (85.94% from 255 or 46.70% from 469); Blue value is 45 (17.97% from 255 or 9.59% from 469); Max value from RGB is 219 - color contains mainly: green. Hex color #CDDB2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDDB2D is #3224D2. Grayscale: #C3C3C3. Windows color (decimal): -3286227 or 3005389. OLE color: 3005389.

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

Color convert

RGB 205 219 45 -
CMYK 0.06 0 0.79 0.14
HSL 64.83º 0.71% 0.52% -
HSV(B) 64.83º 0.79% 0.86% -
XYZ 50.98 63.83 12.12 -
YUV 194.98 43.36 135.15 -
System Red Green Blue C M Y K H S L
Decimal 205 219 45 0.06 0 0.79 0.14 64.83 0.71 0.52
Hex CD DB 2D 6 0 4F E 41 47 34
Octal 315 333 55 6 0 117 16 101 107 64
Binary 11001101 11011011 101101 110 0 1001111 1110 1000001 1000111 110100

Color Harmonies of #CDDB2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDDB2D

Black with #CDDB2D

Text Example


Text Example

White with #CDDB2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDDB2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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