Html Css Color HEX #CDDB34 Bitter Lemon

📋 copy color: '#CDDB34'

red 205 ◦ green 219 ◦ blue 52

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

Shades of Bitter Lemon #CDDB34

Tints of Bitter Lemon #CDDB34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 10.92%

R = 43.07%
G = 46.01%
B = 10.92%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#CDDB34 (or 0xCDDB34) is known color: Bitter Lemon. HEX triplet: CD, DB and 34. RGB value is (205,219,52). Sum of RGB (Red+Green+Blue) = 205+219+52=476 (63% of max value = 765). Red value is 205 (80.47% from 255 or 43.07% from 476); Green value is 219 (85.94% from 255 or 46.01% from 476); Blue value is 52 (20.70% from 255 or 10.92% from 476); Max value from RGB is 219 - color contains mainly: green. Hex color #CDDB34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDDB34 is #3224CB. Grayscale: #C4C4C4. Windows color (decimal): -3286220 or 3464141. OLE color: 3464141.

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

Color convert

RGB 205 219 52 -
CMYK 0.06 0 0.76 0.14
HSL 65.03º 0.7% 0.53% -
HSV(B) 65.03º 0.76% 0.86% -
XYZ 51.13 63.89 12.89 -
YUV 195.78 46.86 134.58 -
System Red Green Blue C M Y K H S L
Decimal 205 219 52 0.06 0 0.76 0.14 65.03 0.7 0.53
Hex CD DB 34 6 0 4C E 41 46 35
Octal 315 333 64 6 0 114 16 101 106 65
Binary 11001101 11011011 110100 110 0 1001100 1110 1000001 1000110 110101

Color Harmonies of #CDDB34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDDB34

Black with #CDDB34

Text Example


Text Example

White with #CDDB34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDDB34; }

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

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

background-color css

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

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

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

border-color css

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

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

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