Html Css Color HEX #CDD934 Bitter Lemon

📋 copy color: '#CDD934'

red 205 ◦ green 217 ◦ blue 52

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

Shades of Bitter Lemon #CDD934

Tints of Bitter Lemon #CDD934

RGB

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

 GREEN value IS 217 (85.16% from 255) = 45.78%

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

R = 43.25%
G = 45.78%
B = 10.97%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#CDD934 (or 0xCDD934) is known color: Bitter Lemon. HEX triplet: CD, D9 and 34. RGB value is (205,217,52). Sum of RGB (Red+Green+Blue) = 205+217+52=474 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.25% from 474); Green value is 217 (85.16% from 255 or 45.78% from 474); Blue value is 52 (20.70% from 255 or 10.97% from 474); Max value from RGB is 217 - color contains mainly: green. Hex color #CDD934 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD934 is #3226CB. Grayscale: #C3C3C3. Windows color (decimal): -3286732 or 3463629. OLE color: 3463629.

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

Color convert

RGB 205 217 52 -
CMYK 0.06 0 0.76 0.15
HSL 64.36º 0.68% 0.53% -
HSV(B) 64.36º 0.76% 0.85% -
XYZ 50.61 62.85 12.71 -
YUV 194.6 47.52 135.42 -
System Red Green Blue C M Y K H S L
Decimal 205 217 52 0.06 0 0.76 0.15 64.36 0.68 0.53
Hex CD D9 34 6 0 4C F 40 44 35
Octal 315 331 64 6 0 114 17 100 104 65
Binary 11001101 11011001 110100 110 0 1001100 1111 1000000 1000100 110101

Color Harmonies of #CDD934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD934

Black with #CDD934

Text Example


Text Example

White with #CDD934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD934; }

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

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

background-color css

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

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

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

border-color css

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

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

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