Html Css Color HEX #CDDB32 Bitter Lemon

📋 copy color: '#CDDB32'

red 205 ◦ green 219 ◦ blue 50

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

Shades of Bitter Lemon #CDDB32

Tints of Bitter Lemon #CDDB32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 10.55%

R = 43.25%
G = 46.2%
B = 10.55%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#CDDB32 (or 0xCDDB32) is known color: Bitter Lemon. HEX triplet: CD, DB and 32. RGB value is (205,219,50). Sum of RGB (Red+Green+Blue) = 205+219+50=474 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.25% from 474); Green value is 219 (85.94% from 255 or 46.20% from 474); Blue value is 50 (19.92% from 255 or 10.55% from 474); Max value from RGB is 219 - color contains mainly: green. Hex color #CDDB32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDDB32 is #3224CD. Grayscale: #C4C4C4. Windows color (decimal): -3286222 or 3333069. OLE color: 3333069.

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

Color convert

RGB 205 219 50 -
CMYK 0.06 0 0.77 0.14
HSL 64.97º 0.7% 0.53% -
HSV(B) 64.97º 0.77% 0.86% -
XYZ 51.08 63.87 12.65 -
YUV 195.55 45.86 134.74 -
System Red Green Blue C M Y K H S L
Decimal 205 219 50 0.06 0 0.77 0.14 64.97 0.7 0.53
Hex CD DB 32 6 0 4D E 41 46 35
Octal 315 333 62 6 0 115 16 101 106 65
Binary 11001101 11011011 110010 110 0 1001101 1110 1000001 1000110 110101

Color Harmonies of #CDDB32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDDB32

Black with #CDDB32

Text Example


Text Example

White with #CDDB32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDDB32; }

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

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

background-color css

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

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

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

border-color css

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

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

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