Html Css Color HEX #CDDB37 Bitter Lemon

📋 copy color: '#CDDB37'

red 205 ◦ green 219 ◦ blue 55

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

Shades of Bitter Lemon #CDDB37

Tints of Bitter Lemon #CDDB37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 11.48%

R = 42.8%
G = 45.72%
B = 11.48%

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

#CDDB37 (or 0xCDDB37) is known color: Bitter Lemon. HEX triplet: CD, DB and 37. RGB value is (205,219,55). Sum of RGB (Red+Green+Blue) = 205+219+55=479 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.80% from 479); Green value is 219 (85.94% from 255 or 45.72% from 479); Blue value is 55 (21.88% from 255 or 11.48% from 479); Max value from RGB is 219 - color contains mainly: green. Hex color #CDDB37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDDB37 is #3224C8. Grayscale: #C4C4C4. Windows color (decimal): -3286217 or 3660749. OLE color: 3660749.

HSL color Cylindrical-coordinate representation of color #CDDB37: hue angle of 65.12º degrees, saturation: 0.69, 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 #CDDB37 is Cyan = 0.06, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.14.

Color convert

RGB 205 219 55 -
CMYK 0.06 0 0.75 0.14
HSL 65.12º 0.69% 0.54% -
HSV(B) 65.12º 0.75% 0.86% -
XYZ 51.2 63.92 13.25 -
YUV 196.12 48.36 134.34 -
System Red Green Blue C M Y K H S L
Decimal 205 219 55 0.06 0 0.75 0.14 65.12 0.69 0.54
Hex CD DB 37 6 0 4B E 41 45 36
Octal 315 333 67 6 0 113 16 101 105 66
Binary 11001101 11011011 110111 110 0 1001011 1110 1000001 1000101 110110

Color Harmonies of #CDDB37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDDB37

Black with #CDDB37

Text Example


Text Example

White with #CDDB37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDDB37; }

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

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

background-color css

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

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

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

border-color css

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

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

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