Html Css Color HEX #CDDB31 Bitter Lemon

📋 copy color: '#CDDB31'

red 205 ◦ green 219 ◦ blue 49

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

Shades of Bitter Lemon #CDDB31

Tints of Bitter Lemon #CDDB31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 10.36%

R = 43.34%
G = 46.3%
B = 10.36%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#CDDB31 (or 0xCDDB31) is known color: Bitter Lemon. HEX triplet: CD, DB and 31. RGB value is (205,219,49). Sum of RGB (Red+Green+Blue) = 205+219+49=473 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.34% from 473); Green value is 219 (85.94% from 255 or 46.30% from 473); Blue value is 49 (19.53% from 255 or 10.36% from 473); Max value from RGB is 219 - color contains mainly: green. Hex color #CDDB31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDDB31 is #3224CE. Grayscale: #C4C4C4. Windows color (decimal): -3286223 or 3267533. OLE color: 3267533.

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

Color convert

RGB 205 219 49 -
CMYK 0.06 0 0.78 0.14
HSL 64.94º 0.7% 0.53% -
HSV(B) 64.94º 0.78% 0.86% -
XYZ 51.06 63.86 12.54 -
YUV 195.43 45.36 134.82 -
System Red Green Blue C M Y K H S L
Decimal 205 219 49 0.06 0 0.78 0.14 64.94 0.7 0.53
Hex CD DB 31 6 0 4E E 41 46 35
Octal 315 333 61 6 0 116 16 101 106 65
Binary 11001101 11011011 110001 110 0 1001110 1110 1000001 1000110 110101

Color Harmonies of #CDDB31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDDB31

Black with #CDDB31

Text Example


Text Example

White with #CDDB31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDDB31; }

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

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

background-color css

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

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

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

border-color css

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

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

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