Html Css Color HEX #CDD834 Bitter Lemon

📋 copy color: '#CDD834'

red 205 ◦ green 216 ◦ blue 52

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

Shades of Bitter Lemon #CDD834

Tints of Bitter Lemon #CDD834

RGB

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

 GREEN value IS 216 (84.77% from 255) = 45.67%

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

R = 43.34%
G = 45.67%
B = 10.99%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#CDD834 (or 0xCDD834) is known color: Bitter Lemon. HEX triplet: CD, D8 and 34. RGB value is (205,216,52). Sum of RGB (Red+Green+Blue) = 205+216+52=473 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.34% from 473); Green value is 216 (84.77% from 255 or 45.67% from 473); Blue value is 52 (20.70% from 255 or 10.99% from 473); Max value from RGB is 216 - color contains mainly: green. Hex color #CDD834 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD834 is #3227CB. Grayscale: #C2C2C2. Windows color (decimal): -3286988 or 3463373. OLE color: 3463373.

HSL color Cylindrical-coordinate representation of color #CDD834: hue angle of 64.02º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CDD834 is Cyan = 0.05, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.15.

Color convert

RGB 205 216 52 -
CMYK 0.05 0 0.76 0.15
HSL 64.02º 0.68% 0.53% -
HSV(B) 64.02º 0.76% 0.85% -
XYZ 50.35 62.34 12.63 -
YUV 194.02 47.86 135.84 -
System Red Green Blue C M Y K H S L
Decimal 205 216 52 0.05 0 0.76 0.15 64.02 0.68 0.53
Hex CD D8 34 5 0 4C F 40 44 35
Octal 315 330 64 5 0 114 17 100 104 65
Binary 11001101 11011000 110100 101 0 1001100 1111 1000000 1000100 110101

Color Harmonies of #CDD834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD834

Black with #CDD834

Text Example


Text Example

White with #CDD834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD834; }

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

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

background-color css

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

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

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

border-color css

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

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

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