Html Css Color HEX #CDDB26 Bitter Lemon

📋 copy color: '#CDDB26'

red 205 ◦ green 219 ◦ blue 38

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

Shades of Bitter Lemon #CDDB26

Tints of Bitter Lemon #CDDB26

RGB

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

 GREEN value IS 219 (85.94% from 255) = 47.4%

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

R = 44.37%
G = 47.4%
B = 8.23%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.83

 K value IS 0.14

RGB Variations

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

Color information

#CDDB26 (or 0xCDDB26) is known color: Bitter Lemon. HEX triplet: CD, DB and 26. RGB value is (205,219,38). Sum of RGB (Red+Green+Blue) = 205+219+38=462 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.37% from 462); Green value is 219 (85.94% from 255 or 47.40% from 462); Blue value is 38 (15.23% from 255 or 8.23% from 462); Max value from RGB is 219 - color contains mainly: green. Hex color #CDDB26 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDDB26 is #3224D9. Grayscale: #C2C2C2. Windows color (decimal): -3286234 or 2546637. OLE color: 2546637.

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

Color convert

RGB 205 219 38 -
CMYK 0.06 0 0.83 0.14
HSL 64.64º 0.72% 0.5% -
HSV(B) 64.64º 0.83% 0.86% -
XYZ 50.86 63.78 11.46 -
YUV 194.18 39.86 135.72 -
System Red Green Blue C M Y K H S L
Decimal 205 219 38 0.06 0 0.83 0.14 64.64 0.72 0.5
Hex CD DB 26 6 0 53 E 41 48 32
Octal 315 333 46 6 0 123 16 101 110 62
Binary 11001101 11011011 100110 110 0 1010011 1110 1000001 1001000 110010

Color Harmonies of #CDDB26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDDB26

Black with #CDDB26

Text Example


Text Example

White with #CDDB26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDDB26; }

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

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

background-color css

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

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

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

border-color css

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

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

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