Html Css Color HEX #CDD231 Bitter Lemon

📋 copy color: '#CDD231'

red 205 ◦ green 210 ◦ blue 49

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

Shades of Bitter Lemon #CDD231

Tints of Bitter Lemon #CDD231

RGB

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

 GREEN value IS 210 (82.42% from 255) = 45.26%

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

R = 44.18%
G = 45.26%
B = 10.56%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#CDD231 (or 0xCDD231) is known color: Bitter Lemon. HEX triplet: CD, D2 and 31. RGB value is (205,210,49). Sum of RGB (Red+Green+Blue) = 205+210+49=464 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.18% from 464); Green value is 210 (82.42% from 255 or 45.26% from 464); Blue value is 49 (19.53% from 255 or 10.56% from 464); Max value from RGB is 210 - color contains mainly: green. Hex color #CDD231 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD231 is #322DCE. Grayscale: #BEBEBE. Windows color (decimal): -3288527 or 3265229. OLE color: 3265229.

HSL color Cylindrical-coordinate representation of color #CDD231: hue angle of 61.86º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CDD231 is Cyan = 0.02, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.18.

Color convert

RGB 205 210 49 -
CMYK 0.02 0 0.77 0.18
HSL 61.86º 0.64% 0.51% -
HSV(B) 61.86º 0.77% 0.82% -
XYZ 48.78 59.29 11.78 -
YUV 190.15 48.34 138.59 -
System Red Green Blue C M Y K H S L
Decimal 205 210 49 0.02 0 0.77 0.18 61.86 0.64 0.51
Hex CD D2 31 2 0 4D 12 3E 40 33
Octal 315 322 61 2 0 115 22 76 100 63
Binary 11001101 11010010 110001 10 0 1001101 10010 111110 1000000 110011

Color Harmonies of #CDD231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD231

Black with #CDD231

Text Example


Text Example

White with #CDD231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD231; }

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

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

background-color css

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

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

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

border-color css

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

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

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