Html Css Color HEX #CDCD30 Bitter Lemon

📋 copy color: '#CDCD30'

red 205 ◦ green 205 ◦ blue 48

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

Shades of Bitter Lemon #CDCD30

Tints of Bitter Lemon #CDCD30

RGB

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

 GREEN value IS 205 (80.47% from 255) = 44.76%

 BLUE value IS 48 (19.14% from 255) = 10.48%

R = 44.76%
G = 44.76%
B = 10.48%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.77

 K value IS 0.20

RGB Variations

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

Color information

#CDCD30 (or 0xCDCD30) is known color: Bitter Lemon. HEX triplet: CD, CD and 30. RGB value is (205,205,48). Sum of RGB (Red+Green+Blue) = 205+205+48=458 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.76% from 458); Green value is 205 (80.47% from 255 or 44.76% from 458); Blue value is 48 (19.14% from 255 or 10.48% from 458); Max value from RGB is 205 - color contains mainly: red, green. Hex color #CDCD30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDCD30 is #3232CF. Grayscale: #BBBBBB. Windows color (decimal): -3289808 or 3198413. OLE color: 3198413.

HSL color Cylindrical-coordinate representation of color #CDCD30: hue angle of 60º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CDCD30 is Cyan = 0, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 205 48 -
CMYK 0 0 0.77 0.20
HSL 60º 0.62% 0.5% -
HSV(B) 60º 0.77% 0.8% -
XYZ 47.54 56.86 11.26 -
YUV 187.1 49.5 140.77 -
System Red Green Blue C M Y K H S L
Decimal 205 205 48 0 0 0.77 0.20 60 0.62 0.5
Hex CD CD 30 0 0 4D 14 3C 3E 32
Octal 315 315 60 0 0 115 24 74 76 62
Binary 11001101 11001101 110000 0 0 1001101 10100 111100 111110 110010

Color Harmonies of #CDCD30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDCD30

Black with #CDCD30

Text Example


Text Example

White with #CDCD30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDCD30; }

 p { color: rgb(205,205,48); }

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

background-color css

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

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

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

border-color css

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

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

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