Html Css Color HEX #CDD933 Bitter Lemon

📋 copy color: '#CDD933'

red 205 ◦ green 217 ◦ blue 51

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

Shades of Bitter Lemon #CDD933

Tints of Bitter Lemon #CDD933

RGB

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

 GREEN value IS 217 (85.16% from 255) = 45.88%

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

R = 43.34%
G = 45.88%
B = 10.78%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#CDD933 (or 0xCDD933) is known color: Bitter Lemon. HEX triplet: CD, D9 and 33. RGB value is (205,217,51). Sum of RGB (Red+Green+Blue) = 205+217+51=473 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.34% from 473); Green value is 217 (85.16% from 255 or 45.88% from 473); Blue value is 51 (20.31% from 255 or 10.78% from 473); Max value from RGB is 217 - color contains mainly: green. Hex color #CDD933 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD933 is #3226CC. Grayscale: #C3C3C3. Windows color (decimal): -3286733 or 3398093. OLE color: 3398093.

HSL color Cylindrical-coordinate representation of color #CDD933: hue angle of 64.34º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CDD933 is Cyan = 0.06, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.15.

Color convert

RGB 205 217 51 -
CMYK 0.06 0 0.76 0.15
HSL 64.34º 0.69% 0.53% -
HSV(B) 64.34º 0.76% 0.85% -
XYZ 50.59 62.84 12.6 -
YUV 194.49 47.02 135.5 -
System Red Green Blue C M Y K H S L
Decimal 205 217 51 0.06 0 0.76 0.15 64.34 0.69 0.53
Hex CD D9 33 6 0 4C F 40 45 35
Octal 315 331 63 6 0 114 17 100 105 65
Binary 11001101 11011001 110011 110 0 1001100 1111 1000000 1000101 110101

Color Harmonies of #CDD933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD933

Black with #CDD933

Text Example


Text Example

White with #CDD933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD933; }

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

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

background-color css

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

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

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

border-color css

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

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

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