Html Css Color HEX #CDD239 Bitter Lemon

📋 copy color: '#CDD239'

red 205 ◦ green 210 ◦ blue 57

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

Shades of Bitter Lemon #CDD239

Tints of Bitter Lemon #CDD239

RGB

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

 GREEN value IS 210 (82.42% from 255) = 44.49%

 BLUE value IS 57 (22.66% from 255) = 12.08%

R = 43.43%
G = 44.49%
B = 12.08%

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

#CDD239 (or 0xCDD239) is known color: Bitter Lemon. HEX triplet: CD, D2 and 39. RGB value is (205,210,57). Sum of RGB (Red+Green+Blue) = 205+210+57=472 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.43% from 472); Green value is 210 (82.42% from 255 or 44.49% from 472); Blue value is 57 (22.66% from 255 or 12.08% from 472); Max value from RGB is 210 - color contains mainly: green. Hex color #CDD239 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD239 is #322DC6. Grayscale: #BFBFBF. Windows color (decimal): -3288519 or 3789517. OLE color: 3789517.

HSL color Cylindrical-coordinate representation of color #CDD239: hue angle of 61.96º degrees, saturation: 0.63, 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 #CDD239 is Cyan = 0.02, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.18.

Color convert

RGB 205 210 57 -
CMYK 0.02 0 0.73 0.18
HSL 61.96º 0.63% 0.52% -
HSV(B) 61.96º 0.73% 0.82% -
XYZ 48.96 59.37 12.75 -
YUV 191.06 52.34 137.94 -
System Red Green Blue C M Y K H S L
Decimal 205 210 57 0.02 0 0.73 0.18 61.96 0.63 0.52
Hex CD D2 39 2 0 49 12 3E 3F 34
Octal 315 322 71 2 0 111 22 76 77 64
Binary 11001101 11010010 111001 10 0 1001001 10010 111110 111111 110100

Color Harmonies of #CDD239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD239

Black with #CDD239

Text Example


Text Example

White with #CDD239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD239; }

 p { color: rgb(205,210,57); }

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

background-color css

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

 a { background-color: rgb(205,210,57); }

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

border-color css

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

 span { border-color: rgb(205,210,57); }

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