Html Css Color HEX #CDDB36 Bitter Lemon

📋 copy color: '#CDDB36'

red 205 ◦ green 219 ◦ blue 54

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

Shades of Bitter Lemon #CDDB36

Tints of Bitter Lemon #CDDB36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 11.3%

R = 42.89%
G = 45.82%
B = 11.3%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#CDDB36 (or 0xCDDB36) is known color: Bitter Lemon. HEX triplet: CD, DB and 36. RGB value is (205,219,54). Sum of RGB (Red+Green+Blue) = 205+219+54=478 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.89% from 478); Green value is 219 (85.94% from 255 or 45.82% from 478); Blue value is 54 (21.48% from 255 or 11.30% from 478); Max value from RGB is 219 - color contains mainly: green. Hex color #CDDB36 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDDB36 is #3224C9. Grayscale: #C4C4C4. Windows color (decimal): -3286218 or 3595213. OLE color: 3595213.

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

Color convert

RGB 205 219 54 -
CMYK 0.06 0 0.75 0.14
HSL 65.09º 0.7% 0.54% -
HSV(B) 65.09º 0.75% 0.86% -
XYZ 51.17 63.91 13.13 -
YUV 196 47.86 134.42 -
System Red Green Blue C M Y K H S L
Decimal 205 219 54 0.06 0 0.75 0.14 65.09 0.7 0.54
Hex CD DB 36 6 0 4B E 41 46 36
Octal 315 333 66 6 0 113 16 101 106 66
Binary 11001101 11011011 110110 110 0 1001011 1110 1000001 1000110 110110

Color Harmonies of #CDDB36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDDB36

Black with #CDDB36

Text Example


Text Example

White with #CDDB36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDDB36; }

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

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

background-color css

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

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

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

border-color css

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

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

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