Html Css Color HEX #CDD525 Bitter Lemon

📋 copy color: '#CDD525'

red 205 ◦ green 213 ◦ blue 37

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

Shades of Bitter Lemon #CDD525

Tints of Bitter Lemon #CDD525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 8.13%

R = 45.05%
G = 46.81%
B = 8.13%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#CDD525 (or 0xCDD525) is known color: Bitter Lemon. HEX triplet: CD, D5 and 25. RGB value is (205,213,37). Sum of RGB (Red+Green+Blue) = 205+213+37=455 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.05% from 455); Green value is 213 (83.59% from 255 or 46.81% from 455); Blue value is 37 (14.84% from 255 or 8.13% from 455); Max value from RGB is 213 - color contains mainly: green. Hex color #CDD525 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD525 is #322ADA. Grayscale: #BFBFBF. Windows color (decimal): -3287771 or 2479565. OLE color: 2479565.

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

Color convert

RGB 205 213 37 -
CMYK 0.04 0 0.83 0.16
HSL 62.73º 0.7% 0.49% -
HSV(B) 62.73º 0.83% 0.84% -
XYZ 49.31 60.7 10.87 -
YUV 190.54 41.35 138.31 -
System Red Green Blue C M Y K H S L
Decimal 205 213 37 0.04 0 0.83 0.16 62.73 0.7 0.49
Hex CD D5 25 4 0 53 10 3F 46 31
Octal 315 325 45 4 0 123 20 77 106 61
Binary 11001101 11010101 100101 100 0 1010011 10000 111111 1000110 110001

Color Harmonies of #CDD525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD525

Black with #CDD525

Text Example


Text Example

White with #CDD525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD525; }

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

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

background-color css

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

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

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

border-color css

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

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

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