Html Css Color HEX #CDD831 Bitter Lemon

📋 copy color: '#CDD831'

red 205 ◦ green 216 ◦ blue 49

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

Shades of Bitter Lemon #CDD831

Tints of Bitter Lemon #CDD831

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 10.43%

R = 43.62%
G = 45.96%
B = 10.43%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#CDD831 (or 0xCDD831) is known color: Bitter Lemon. HEX triplet: CD, D8 and 31. RGB value is (205,216,49). Sum of RGB (Red+Green+Blue) = 205+216+49=470 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.62% from 470); Green value is 216 (84.77% from 255 or 45.96% from 470); Blue value is 49 (19.53% from 255 or 10.43% from 470); Max value from RGB is 216 - color contains mainly: green. Hex color #CDD831 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD831 is #3227CE. Grayscale: #C2C2C2. Windows color (decimal): -3286991 or 3266765. OLE color: 3266765.

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

Color convert

RGB 205 216 49 -
CMYK 0.05 0 0.77 0.15
HSL 63.95º 0.68% 0.52% -
HSV(B) 63.95º 0.77% 0.85% -
XYZ 50.29 62.31 12.28 -
YUV 193.67 46.36 136.08 -
System Red Green Blue C M Y K H S L
Decimal 205 216 49 0.05 0 0.77 0.15 63.95 0.68 0.52
Hex CD D8 31 5 0 4D F 40 44 34
Octal 315 330 61 5 0 115 17 100 104 64
Binary 11001101 11011000 110001 101 0 1001101 1111 1000000 1000100 110100

Color Harmonies of #CDD831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD831

Black with #CDD831

Text Example


Text Example

White with #CDD831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD831; }

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

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

background-color css

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

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

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

border-color css

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

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

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