Html Css Color HEX #CDD533 Bitter Lemon

📋 copy color: '#CDD533'

red 205 ◦ green 213 ◦ blue 51

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

Shades of Bitter Lemon #CDD533

Tints of Bitter Lemon #CDD533

RGB

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

 GREEN value IS 213 (83.59% from 255) = 45.42%

 BLUE value IS 51 (20.31% from 255) = 10.87%

R = 43.71%
G = 45.42%
B = 10.87%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.76

 K value IS 0.16

RGB Variations

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

Color information

#CDD533 (or 0xCDD533) is known color: Bitter Lemon. HEX triplet: CD, D5 and 33. RGB value is (205,213,51). Sum of RGB (Red+Green+Blue) = 205+213+51=469 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.71% from 469); Green value is 213 (83.59% from 255 or 45.42% from 469); Blue value is 51 (20.31% from 255 or 10.87% from 469); Max value from RGB is 213 - color contains mainly: green. Hex color #CDD533 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD533 is #322ACC. Grayscale: #C0C0C0. Windows color (decimal): -3287757 or 3397069. OLE color: 3397069.

HSL color Cylindrical-coordinate representation of color #CDD533: hue angle of 62.96º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CDD533 is Cyan = 0.04, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.16.

Color convert

RGB 205 213 51 -
CMYK 0.04 0 0.76 0.16
HSL 62.96º 0.66% 0.52% -
HSV(B) 62.96º 0.76% 0.84% -
XYZ 49.57 60.81 12.26 -
YUV 192.14 48.35 137.17 -
System Red Green Blue C M Y K H S L
Decimal 205 213 51 0.04 0 0.76 0.16 62.96 0.66 0.52
Hex CD D5 33 4 0 4C 10 3F 42 34
Octal 315 325 63 4 0 114 20 77 102 64
Binary 11001101 11010101 110011 100 0 1001100 10000 111111 1000010 110100

Color Harmonies of #CDD533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD533

Black with #CDD533

Text Example


Text Example

White with #CDD533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD533; }

 p { color: rgb(205,213,51); }

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

background-color css

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

 a { background-color: rgb(205,213,51); }

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

border-color css

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

 span { border-color: rgb(205,213,51); }

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