Html Css Color HEX #CDD138 Bitter Lemon

📋 copy color: '#CDD138'

red 205 ◦ green 209 ◦ blue 56

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

Shades of Bitter Lemon #CDD138

Tints of Bitter Lemon #CDD138

RGB

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

 GREEN value IS 209 (82.03% from 255) = 44.47%

 BLUE value IS 56 (22.27% from 255) = 11.91%

R = 43.62%
G = 44.47%
B = 11.91%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.73

 K value IS 0.18

RGB Variations

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

Color information

#CDD138 (or 0xCDD138) is known color: Bitter Lemon. HEX triplet: CD, D1 and 38. RGB value is (205,209,56). Sum of RGB (Red+Green+Blue) = 205+209+56=470 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.62% from 470); Green value is 209 (82.03% from 255 or 44.47% from 470); Blue value is 56 (22.27% from 255 or 11.91% from 470); Max value from RGB is 209 - color contains mainly: green. Hex color #CDD138 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD138 is #322EC7. Grayscale: #BEBEBE. Windows color (decimal): -3288776 or 3723725. OLE color: 3723725.

HSL color Cylindrical-coordinate representation of color #CDD138: hue angle of 61.57º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CDD138 is Cyan = 0.02, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.18.

Color convert

RGB 205 209 56 -
CMYK 0.02 0 0.73 0.18
HSL 61.57º 0.62% 0.52% -
HSV(B) 61.57º 0.73% 0.82% -
XYZ 48.69 58.87 12.54 -
YUV 190.36 52.17 138.44 -
System Red Green Blue C M Y K H S L
Decimal 205 209 56 0.02 0 0.73 0.18 61.57 0.62 0.52
Hex CD D1 38 2 0 49 12 3E 3E 34
Octal 315 321 70 2 0 111 22 76 76 64
Binary 11001101 11010001 111000 10 0 1001001 10010 111110 111110 110100

Color Harmonies of #CDD138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD138

Black with #CDD138

Text Example


Text Example

White with #CDD138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD138; }

 p { color: rgb(205,209,56); }

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

background-color css

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

 a { background-color: rgb(205,209,56); }

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

border-color css

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

 span { border-color: rgb(205,209,56); }

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