Html Css Color HEX #CDD42F Bitter Lemon

📋 copy color: '#CDD42F'

red 205 ◦ green 212 ◦ blue 47

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

Shades of Bitter Lemon #CDD42F

Tints of Bitter Lemon #CDD42F

RGB

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

 GREEN value IS 212 (83.2% from 255) = 45.69%

 BLUE value IS 47 (18.75% from 255) = 10.13%

R = 44.18%
G = 45.69%
B = 10.13%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.78

 K value IS 0.17

RGB Variations

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

Color information

#CDD42F (or 0xCDD42F) is known color: Bitter Lemon. HEX triplet: CD, D4 and 2F. RGB value is (205,212,47). Sum of RGB (Red+Green+Blue) = 205+212+47=464 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.18% from 464); Green value is 212 (83.20% from 255 or 45.69% from 464); Blue value is 47 (18.75% from 255 or 10.13% from 464); Max value from RGB is 212 - color contains mainly: green. Hex color #CDD42F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD42F is #322BD0. Grayscale: #BFBFBF. Windows color (decimal): -3288017 or 3134669. OLE color: 3134669.

HSL color Cylindrical-coordinate representation of color #CDD42F: hue angle of 62.55º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CDD42F is Cyan = 0.03, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.17.

Color convert

RGB 205 212 47 -
CMYK 0.03 0 0.78 0.17
HSL 62.55º 0.66% 0.51% -
HSV(B) 62.55º 0.78% 0.83% -
XYZ 49.23 60.27 11.73 -
YUV 191.1 46.68 137.92 -
System Red Green Blue C M Y K H S L
Decimal 205 212 47 0.03 0 0.78 0.17 62.55 0.66 0.51
Hex CD D4 2F 3 0 4E 11 3F 42 33
Octal 315 324 57 3 0 116 21 77 102 63
Binary 11001101 11010100 101111 11 0 1001110 10001 111111 1000010 110011

Color Harmonies of #CDD42F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD42F

Black with #CDD42F

Text Example


Text Example

White with #CDD42F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD42F; }

 p { color: rgb(205,212,47); }

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

background-color css

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

 a { background-color: rgb(205,212,47); }

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

border-color css

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

 span { border-color: rgb(205,212,47); }

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