Html Css Color HEX #CDD737 Bitter Lemon

📋 copy color: '#CDD737'

red 205 ◦ green 215 ◦ blue 55

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

Shades of Bitter Lemon #CDD737

Tints of Bitter Lemon #CDD737

RGB

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

 GREEN value IS 215 (84.38% from 255) = 45.26%

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

R = 43.16%
G = 45.26%
B = 11.58%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.74

 K value IS 0.16

RGB Variations

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

Color information

#CDD737 (or 0xCDD737) is known color: Bitter Lemon. HEX triplet: CD, D7 and 37. RGB value is (205,215,55). Sum of RGB (Red+Green+Blue) = 205+215+55=475 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.16% from 475); Green value is 215 (84.38% from 255 or 45.26% from 475); Blue value is 55 (21.88% from 255 or 11.58% from 475); Max value from RGB is 215 - color contains mainly: green. Hex color #CDD737 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD737 is #3228C8. Grayscale: #C2C2C2. Windows color (decimal): -3287241 or 3659725. OLE color: 3659725.

HSL color Cylindrical-coordinate representation of color #CDD737: hue angle of 63.75º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CDD737 is Cyan = 0.05, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.16.

Color convert

RGB 205 215 55 -
CMYK 0.05 0 0.74 0.16
HSL 63.75º 0.67% 0.53% -
HSV(B) 63.75º 0.74% 0.84% -
XYZ 50.17 61.86 12.91 -
YUV 193.77 49.69 136.01 -
System Red Green Blue C M Y K H S L
Decimal 205 215 55 0.05 0 0.74 0.16 63.75 0.67 0.53
Hex CD D7 37 5 0 4A 10 40 43 35
Octal 315 327 67 5 0 112 20 100 103 65
Binary 11001101 11010111 110111 101 0 1001010 10000 1000000 1000011 110101

Color Harmonies of #CDD737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD737

Black with #CDD737

Text Example


Text Example

White with #CDD737

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD737; }

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

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

background-color css

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

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

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

border-color css

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

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

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