Html Css Color HEX #CDD832 Bitter Lemon

📋 copy color: '#CDD832'

red 205 ◦ green 216 ◦ blue 50

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

Shades of Bitter Lemon #CDD832

Tints of Bitter Lemon #CDD832

RGB

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

 GREEN value IS 216 (84.77% from 255) = 45.86%

 BLUE value IS 50 (19.92% from 255) = 10.62%

R = 43.52%
G = 45.86%
B = 10.62%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#CDD832 (or 0xCDD832) is known color: Bitter Lemon. HEX triplet: CD, D8 and 32. RGB value is (205,216,50). Sum of RGB (Red+Green+Blue) = 205+216+50=471 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.52% from 471); Green value is 216 (84.77% from 255 or 45.86% from 471); Blue value is 50 (19.92% from 255 or 10.62% from 471); Max value from RGB is 216 - color contains mainly: green. Hex color #CDD832 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD832 is #3227CD. Grayscale: #C2C2C2. Windows color (decimal): -3286990 or 3332301. OLE color: 3332301.

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

Color convert

RGB 205 216 50 -
CMYK 0.05 0 0.77 0.15
HSL 63.98º 0.68% 0.52% -
HSV(B) 63.98º 0.77% 0.85% -
XYZ 50.31 62.32 12.4 -
YUV 193.79 46.86 136 -
System Red Green Blue C M Y K H S L
Decimal 205 216 50 0.05 0 0.77 0.15 63.98 0.68 0.52
Hex CD D8 32 5 0 4D F 40 44 34
Octal 315 330 62 5 0 115 17 100 104 64
Binary 11001101 11011000 110010 101 0 1001101 1111 1000000 1000100 110100

Color Harmonies of #CDD832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD832

Black with #CDD832

Text Example


Text Example

White with #CDD832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD832; }

 p { color: rgb(205,216,50); }

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

background-color css

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

 a { background-color: rgb(205,216,50); }

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

border-color css

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

 span { border-color: rgb(205,216,50); }

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