Html Css Color HEX #CDDA26 Bitter Lemon

📋 copy color: '#CDDA26'

red 205 ◦ green 218 ◦ blue 38

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

Shades of Bitter Lemon #CDDA26

Tints of Bitter Lemon #CDDA26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 8.24%

R = 44.47%
G = 47.29%
B = 8.24%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#CDDA26 (or 0xCDDA26) is known color: Bitter Lemon. HEX triplet: CD, DA and 26. RGB value is (205,218,38). Sum of RGB (Red+Green+Blue) = 205+218+38=461 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.47% from 461); Green value is 218 (85.55% from 255 or 47.29% from 461); Blue value is 38 (15.23% from 255 or 8.24% from 461); Max value from RGB is 218 - color contains mainly: green. Hex color #CDDA26 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDDA26 is #3225D9. Grayscale: #C2C2C2. Windows color (decimal): -3286490 or 2546381. OLE color: 2546381.

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

Color convert

RGB 205 218 38 -
CMYK 0.06 0 0.83 0.15
HSL 64.33º 0.71% 0.5% -
HSV(B) 64.33º 0.83% 0.85% -
XYZ 50.6 63.26 11.38 -
YUV 193.59 40.19 136.14 -
System Red Green Blue C M Y K H S L
Decimal 205 218 38 0.06 0 0.83 0.15 64.33 0.71 0.5
Hex CD DA 26 6 0 53 F 40 47 32
Octal 315 332 46 6 0 123 17 100 107 62
Binary 11001101 11011010 100110 110 0 1010011 1111 1000000 1000111 110010

Color Harmonies of #CDDA26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDDA26

Black with #CDDA26

Text Example


Text Example

White with #CDDA26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDDA26; }

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

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

background-color css

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

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

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

border-color css

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

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

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