Html Css Color HEX #CDD127 Bitter Lemon

📋 copy color: '#CDD127'

red 205 ◦ green 209 ◦ blue 39

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

Shades of Bitter Lemon #CDD127

Tints of Bitter Lemon #CDD127

RGB

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

 GREEN value IS 209 (82.03% from 255) = 46.14%

 BLUE value IS 39 (15.63% from 255) = 8.61%

R = 45.25%
G = 46.14%
B = 8.61%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#CDD127 (or 0xCDD127) is known color: Bitter Lemon. HEX triplet: CD, D1 and 27. RGB value is (205,209,39). Sum of RGB (Red+Green+Blue) = 205+209+39=453 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.25% from 453); Green value is 209 (82.03% from 255 or 46.14% from 453); Blue value is 39 (15.62% from 255 or 8.61% from 453); Max value from RGB is 209 - color contains mainly: green. Hex color #CDD127 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD127 is #322ED8. Grayscale: #BDBDBD. Windows color (decimal): -3288793 or 2609613. OLE color: 2609613.

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

Color convert

RGB 205 209 39 -
CMYK 0.02 0 0.81 0.18
HSL 61.41º 0.69% 0.49% -
HSV(B) 61.41º 0.81% 0.82% -
XYZ 48.34 58.73 10.71 -
YUV 188.42 43.67 139.82 -
System Red Green Blue C M Y K H S L
Decimal 205 209 39 0.02 0 0.81 0.18 61.41 0.69 0.49
Hex CD D1 27 2 0 51 12 3D 45 31
Octal 315 321 47 2 0 121 22 75 105 61
Binary 11001101 11010001 100111 10 0 1010001 10010 111101 1000101 110001

Color Harmonies of #CDD127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD127

Black with #CDD127

Text Example


Text Example

White with #CDD127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD127; }

 p { color: rgb(205,209,39); }

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

background-color css

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

 a { background-color: rgb(205,209,39); }

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

border-color css

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

 span { border-color: rgb(205,209,39); }

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