Html Css Color HEX #CDDB23 Bitter Lemon

📋 copy color: '#CDDB23'

red 205 ◦ green 219 ◦ blue 35

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

Shades of Bitter Lemon #CDDB23

Tints of Bitter Lemon #CDDB23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 7.63%

R = 44.66%
G = 47.71%
B = 7.63%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#CDDB23 (or 0xCDDB23) is known color: Bitter Lemon. HEX triplet: CD, DB and 23. RGB value is (205,219,35). Sum of RGB (Red+Green+Blue) = 205+219+35=459 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.66% from 459); Green value is 219 (85.94% from 255 or 47.71% from 459); Blue value is 35 (14.06% from 255 or 7.63% from 459); Max value from RGB is 219 - color contains mainly: green. Hex color #CDDB23 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDDB23 is #3224DC. Grayscale: #C2C2C2. Windows color (decimal): -3286237 or 2350029. OLE color: 2350029.

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

Color convert

RGB 205 219 35 -
CMYK 0.06 0 0.84 0.14
HSL 64.57º 0.72% 0.5% -
HSV(B) 64.57º 0.84% 0.86% -
XYZ 50.81 63.76 11.22 -
YUV 193.84 38.36 135.96 -
System Red Green Blue C M Y K H S L
Decimal 205 219 35 0.06 0 0.84 0.14 64.57 0.72 0.5
Hex CD DB 23 6 0 54 E 41 48 32
Octal 315 333 43 6 0 124 16 101 110 62
Binary 11001101 11011011 100011 110 0 1010100 1110 1000001 1001000 110010

Color Harmonies of #CDDB23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDDB23

Black with #CDDB23

Text Example


Text Example

White with #CDDB23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDDB23; }

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

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

background-color css

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

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

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

border-color css

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

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

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