Html Css Color HEX #CDDA28 Bitter Lemon

📋 copy color: '#CDDA28'

red 205 ◦ green 218 ◦ blue 40

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

Shades of Bitter Lemon #CDDA28

Tints of Bitter Lemon #CDDA28

RGB

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

 GREEN value IS 218 (85.55% from 255) = 47.08%

 BLUE value IS 40 (16.02% from 255) = 8.64%

R = 44.28%
G = 47.08%
B = 8.64%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#CDDA28 (or 0xCDDA28) is known color: Bitter Lemon. HEX triplet: CD, DA and 28. RGB value is (205,218,40). Sum of RGB (Red+Green+Blue) = 205+218+40=463 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.28% from 463); Green value is 218 (85.55% from 255 or 47.08% from 463); Blue value is 40 (16.02% from 255 or 8.64% from 463); Max value from RGB is 218 - color contains mainly: green. Hex color #CDDA28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDDA28 is #3225D7. Grayscale: #C2C2C2. Windows color (decimal): -3286488 or 2677453. OLE color: 2677453.

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

Color convert

RGB 205 218 40 -
CMYK 0.06 0 0.82 0.15
HSL 64.38º 0.71% 0.51% -
HSV(B) 64.38º 0.82% 0.85% -
XYZ 50.63 63.28 11.55 -
YUV 193.82 41.19 135.97 -
System Red Green Blue C M Y K H S L
Decimal 205 218 40 0.06 0 0.82 0.15 64.38 0.71 0.51
Hex CD DA 28 6 0 52 F 40 47 33
Octal 315 332 50 6 0 122 17 100 107 63
Binary 11001101 11011010 101000 110 0 1010010 1111 1000000 1000111 110011

Color Harmonies of #CDDA28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDDA28

Black with #CDDA28

Text Example


Text Example

White with #CDDA28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDDA28; }

 p { color: rgb(205,218,40); }

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

background-color css

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

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

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

border-color css

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

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

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