Html Css Color HEX #CDDB35 Bitter Lemon

📋 copy color: '#CDDB35'

red 205 ◦ green 219 ◦ blue 53

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

Shades of Bitter Lemon #CDDB35

Tints of Bitter Lemon #CDDB35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 11.11%

R = 42.98%
G = 45.91%
B = 11.11%

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

#CDDB35 (or 0xCDDB35) is known color: Bitter Lemon. HEX triplet: CD, DB and 35. RGB value is (205,219,53). Sum of RGB (Red+Green+Blue) = 205+219+53=477 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.98% from 477); Green value is 219 (85.94% from 255 or 45.91% from 477); Blue value is 53 (21.09% from 255 or 11.11% from 477); Max value from RGB is 219 - color contains mainly: green. Hex color #CDDB35 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDDB35 is #3224CA. Grayscale: #C4C4C4. Windows color (decimal): -3286219 or 3529677. OLE color: 3529677.

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

Color convert

RGB 205 219 53 -
CMYK 0.06 0 0.76 0.14
HSL 65.06º 0.7% 0.53% -
HSV(B) 65.06º 0.76% 0.86% -
XYZ 51.15 63.9 13.01 -
YUV 195.89 47.36 134.5 -
System Red Green Blue C M Y K H S L
Decimal 205 219 53 0.06 0 0.76 0.14 65.06 0.7 0.53
Hex CD DB 35 6 0 4C E 41 46 35
Octal 315 333 65 6 0 114 16 101 106 65
Binary 11001101 11011011 110101 110 0 1001100 1110 1000001 1000110 110101

Color Harmonies of #CDDB35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDDB35

Black with #CDDB35

Text Example


Text Example

White with #CDDB35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDDB35; }

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

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

background-color css

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

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

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

border-color css

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

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

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