Html Css Color HEX #CDD92C Bitter Lemon

📋 copy color: '#CDD92C'

red 205 ◦ green 217 ◦ blue 44

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

Shades of Bitter Lemon #CDD92C

Tints of Bitter Lemon #CDD92C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 9.44%

R = 43.99%
G = 46.57%
B = 9.44%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#CDD92C (or 0xCDD92C) is known color: Bitter Lemon. HEX triplet: CD, D9 and 2C. RGB value is (205,217,44). Sum of RGB (Red+Green+Blue) = 205+217+44=466 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.99% from 466); Green value is 217 (85.16% from 255 or 46.57% from 466); Blue value is 44 (17.58% from 255 or 9.44% from 466); Max value from RGB is 217 - color contains mainly: green. Hex color #CDD92C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD92C is #3226D3. Grayscale: #C2C2C2. Windows color (decimal): -3286740 or 2939341. OLE color: 2939341.

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

Color convert

RGB 205 217 44 -
CMYK 0.06 0 0.80 0.15
HSL 64.16º 0.69% 0.51% -
HSV(B) 64.16º 0.8% 0.85% -
XYZ 50.44 62.79 11.84 -
YUV 193.69 43.52 136.07 -
System Red Green Blue C M Y K H S L
Decimal 205 217 44 0.06 0 0.80 0.15 64.16 0.69 0.51
Hex CD D9 2C 6 0 50 F 40 45 33
Octal 315 331 54 6 0 120 17 100 105 63
Binary 11001101 11011001 101100 110 0 1010000 1111 1000000 1000101 110011

Color Harmonies of #CDD92C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD92C

Black with #CDD92C

Text Example


Text Example

White with #CDD92C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD92C; }

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

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

background-color css

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

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

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

border-color css

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

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

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