Html Css Color HEX #CDD937 Bitter Lemon

📋 copy color: '#CDD937'

red 205 ◦ green 217 ◦ blue 55

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

Shades of Bitter Lemon #CDD937

Tints of Bitter Lemon #CDD937

RGB

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

 GREEN value IS 217 (85.16% from 255) = 45.49%

 BLUE value IS 55 (21.88% from 255) = 11.53%

R = 42.98%
G = 45.49%
B = 11.53%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#CDD937 (or 0xCDD937) is known color: Bitter Lemon. HEX triplet: CD, D9 and 37. RGB value is (205,217,55). Sum of RGB (Red+Green+Blue) = 205+217+55=477 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.98% from 477); Green value is 217 (85.16% from 255 or 45.49% from 477); Blue value is 55 (21.88% from 255 or 11.53% from 477); Max value from RGB is 217 - color contains mainly: green. Hex color #CDD937 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD937 is #3226C8. Grayscale: #C3C3C3. Windows color (decimal): -3286729 or 3660237. OLE color: 3660237.

HSL color Cylindrical-coordinate representation of color #CDD937: hue angle of 64.44º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CDD937 is Cyan = 0.06, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.15.

Color convert

RGB 205 217 55 -
CMYK 0.06 0 0.75 0.15
HSL 64.44º 0.68% 0.53% -
HSV(B) 64.44º 0.75% 0.85% -
XYZ 50.68 62.88 13.08 -
YUV 194.94 49.02 135.17 -
System Red Green Blue C M Y K H S L
Decimal 205 217 55 0.06 0 0.75 0.15 64.44 0.68 0.53
Hex CD D9 37 6 0 4B F 40 44 35
Octal 315 331 67 6 0 113 17 100 104 65
Binary 11001101 11011001 110111 110 0 1001011 1111 1000000 1000100 110101

Color Harmonies of #CDD937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD937

Black with #CDD937

Text Example


Text Example

White with #CDD937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD937; }

 p { color: rgb(205,217,55); }

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

background-color css

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

 a { background-color: rgb(205,217,55); }

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

border-color css

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

 span { border-color: rgb(205,217,55); }

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