Html Css Color HEX #CDD52E Bitter Lemon

📋 copy color: '#CDD52E'

red 205 ◦ green 213 ◦ blue 46

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

Shades of Bitter Lemon #CDD52E

Tints of Bitter Lemon #CDD52E

RGB

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

 GREEN value IS 213 (83.59% from 255) = 45.91%

 BLUE value IS 46 (18.36% from 255) = 9.91%

R = 44.18%
G = 45.91%
B = 9.91%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#CDD52E (or 0xCDD52E) is known color: Bitter Lemon. HEX triplet: CD, D5 and 2E. RGB value is (205,213,46). Sum of RGB (Red+Green+Blue) = 205+213+46=464 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.18% from 464); Green value is 213 (83.59% from 255 or 45.91% from 464); Blue value is 46 (18.36% from 255 or 9.91% from 464); Max value from RGB is 213 - color contains mainly: green. Hex color #CDD52E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD52E is #322AD1. Grayscale: #C0C0C0. Windows color (decimal): -3287762 or 3069389. OLE color: 3069389.

HSL color Cylindrical-coordinate representation of color #CDD52E: hue angle of 62.87º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CDD52E is Cyan = 0.04, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.16.

Color convert

RGB 205 213 46 -
CMYK 0.04 0 0.78 0.16
HSL 62.87º 0.67% 0.51% -
HSV(B) 62.87º 0.78% 0.84% -
XYZ 49.46 60.76 11.71 -
YUV 191.57 45.85 137.58 -
System Red Green Blue C M Y K H S L
Decimal 205 213 46 0.04 0 0.78 0.16 62.87 0.67 0.51
Hex CD D5 2E 4 0 4E 10 3F 43 33
Octal 315 325 56 4 0 116 20 77 103 63
Binary 11001101 11010101 101110 100 0 1001110 10000 111111 1000011 110011

Color Harmonies of #CDD52E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD52E

Black with #CDD52E

Text Example


Text Example

White with #CDD52E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD52E; }

 p { color: rgb(205,213,46); }

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

background-color css

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

 a { background-color: rgb(205,213,46); }

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

border-color css

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

 span { border-color: rgb(205,213,46); }

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