Html Css Color HEX #CDD432 Bitter Lemon

📋 copy color: '#CDD432'

red 205 ◦ green 212 ◦ blue 50

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

Shades of Bitter Lemon #CDD432

Tints of Bitter Lemon #CDD432

RGB

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

 GREEN value IS 212 (83.2% from 255) = 45.4%

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

R = 43.9%
G = 45.4%
B = 10.71%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.76

 K value IS 0.17

RGB Variations

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

Color information

#CDD432 (or 0xCDD432) is known color: Bitter Lemon. HEX triplet: CD, D4 and 32. RGB value is (205,212,50). Sum of RGB (Red+Green+Blue) = 205+212+50=467 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.90% from 467); Green value is 212 (83.20% from 255 or 45.40% from 467); Blue value is 50 (19.92% from 255 or 10.71% from 467); Max value from RGB is 212 - color contains mainly: green. Hex color #CDD432 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD432 is #322BCD. Grayscale: #C0C0C0. Windows color (decimal): -3288014 or 3331277. OLE color: 3331277.

HSL color Cylindrical-coordinate representation of color #CDD432: hue angle of 62.59º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CDD432 is Cyan = 0.03, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.17.

Color convert

RGB 205 212 50 -
CMYK 0.03 0 0.76 0.17
HSL 62.59º 0.65% 0.51% -
HSV(B) 62.59º 0.76% 0.83% -
XYZ 49.3 60.3 12.06 -
YUV 191.44 48.18 137.67 -
System Red Green Blue C M Y K H S L
Decimal 205 212 50 0.03 0 0.76 0.17 62.59 0.65 0.51
Hex CD D4 32 3 0 4C 11 3F 41 33
Octal 315 324 62 3 0 114 21 77 101 63
Binary 11001101 11010100 110010 11 0 1001100 10001 111111 1000001 110011

Color Harmonies of #CDD432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD432

Black with #CDD432

Text Example


Text Example

White with #CDD432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD432; }

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

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

background-color css

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

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

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

border-color css

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

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

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