Html Css Color HEX #CDD830 Bitter Lemon

📋 copy color: '#CDD830'

red 205 ◦ green 216 ◦ blue 48

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

Shades of Bitter Lemon #CDD830

Tints of Bitter Lemon #CDD830

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 10.23%

R = 43.71%
G = 46.06%
B = 10.23%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#CDD830 (or 0xCDD830) is known color: Bitter Lemon. HEX triplet: CD, D8 and 30. RGB value is (205,216,48). Sum of RGB (Red+Green+Blue) = 205+216+48=469 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.71% from 469); Green value is 216 (84.77% from 255 or 46.06% from 469); Blue value is 48 (19.14% from 255 or 10.23% from 469); Max value from RGB is 216 - color contains mainly: green. Hex color #CDD830 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD830 is #3227CF. Grayscale: #C2C2C2. Windows color (decimal): -3286992 or 3201229. OLE color: 3201229.

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

Color convert

RGB 205 216 48 -
CMYK 0.05 0 0.78 0.15
HSL 63.93º 0.68% 0.52% -
HSV(B) 63.93º 0.78% 0.85% -
XYZ 50.27 62.3 12.17 -
YUV 193.56 45.86 136.16 -
System Red Green Blue C M Y K H S L
Decimal 205 216 48 0.05 0 0.78 0.15 63.93 0.68 0.52
Hex CD D8 30 5 0 4E F 40 44 34
Octal 315 330 60 5 0 116 17 100 104 64
Binary 11001101 11011000 110000 101 0 1001110 1111 1000000 1000100 110100

Color Harmonies of #CDD830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD830

Black with #CDD830

Text Example


Text Example

White with #CDD830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD830; }

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

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

background-color css

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

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

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

border-color css

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

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

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