Html Css Color HEX #CDD732 Bitter Lemon

📋 copy color: '#CDD732'

red 205 ◦ green 215 ◦ blue 50

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

Shades of Bitter Lemon #CDD732

Tints of Bitter Lemon #CDD732

RGB

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

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

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

R = 43.62%
G = 45.74%
B = 10.64%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#CDD732 (or 0xCDD732) is known color: Bitter Lemon. HEX triplet: CD, D7 and 32. RGB value is (205,215,50). Sum of RGB (Red+Green+Blue) = 205+215+50=470 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.62% from 470); Green value is 215 (84.38% from 255 or 45.74% from 470); Blue value is 50 (19.92% from 255 or 10.64% from 470); Max value from RGB is 215 - color contains mainly: green. Hex color #CDD732 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD732 is #3228CD. Grayscale: #C1C1C1. Windows color (decimal): -3287246 or 3332045. OLE color: 3332045.

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

Color convert

RGB 205 215 50 -
CMYK 0.05 0 0.77 0.16
HSL 63.64º 0.67% 0.52% -
HSV(B) 63.64º 0.77% 0.84% -
XYZ 50.05 61.81 12.31 -
YUV 193.2 47.19 136.42 -
System Red Green Blue C M Y K H S L
Decimal 205 215 50 0.05 0 0.77 0.16 63.64 0.67 0.52
Hex CD D7 32 5 0 4D 10 40 43 34
Octal 315 327 62 5 0 115 20 100 103 64
Binary 11001101 11010111 110010 101 0 1001101 10000 1000000 1000011 110100

Color Harmonies of #CDD732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD732

Black with #CDD732

Text Example


Text Example

White with #CDD732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD732; }

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

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

background-color css

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

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

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

border-color css

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

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

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