Html Css Color HEX #CDD236 Bitter Lemon

📋 copy color: '#CDD236'

red 205 ◦ green 210 ◦ blue 54

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

Shades of Bitter Lemon #CDD236

Tints of Bitter Lemon #CDD236

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 11.51%

R = 43.71%
G = 44.78%
B = 11.51%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.74

 K value IS 0.18

RGB Variations

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

Color information

#CDD236 (or 0xCDD236) is known color: Bitter Lemon. HEX triplet: CD, D2 and 36. RGB value is (205,210,54). Sum of RGB (Red+Green+Blue) = 205+210+54=469 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.71% from 469); Green value is 210 (82.42% from 255 or 44.78% from 469); Blue value is 54 (21.48% from 255 or 11.51% from 469); Max value from RGB is 210 - color contains mainly: green. Hex color #CDD236 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD236 is #322DC9. Grayscale: #BFBFBF. Windows color (decimal): -3288522 or 3592909. OLE color: 3592909.

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

Color convert

RGB 205 210 54 -
CMYK 0.02 0 0.74 0.18
HSL 61.92º 0.63% 0.52% -
HSV(B) 61.92º 0.74% 0.82% -
XYZ 48.89 59.34 12.37 -
YUV 190.72 50.84 138.18 -
System Red Green Blue C M Y K H S L
Decimal 205 210 54 0.02 0 0.74 0.18 61.92 0.63 0.52
Hex CD D2 36 2 0 4A 12 3E 3F 34
Octal 315 322 66 2 0 112 22 76 77 64
Binary 11001101 11010010 110110 10 0 1001010 10010 111110 111111 110100

Color Harmonies of #CDD236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD236

Black with #CDD236

Text Example


Text Example

White with #CDD236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD236; }

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

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

background-color css

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

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

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

border-color css

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

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

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