Html Css Color HEX #CDD72F Bitter Lemon

📋 copy color: '#CDD72F'

red 205 ◦ green 215 ◦ blue 47

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

Shades of Bitter Lemon #CDD72F

Tints of Bitter Lemon #CDD72F

RGB

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

 GREEN value IS 215 (84.38% from 255) = 46.04%

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

R = 43.9%
G = 46.04%
B = 10.06%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#CDD72F (or 0xCDD72F) is known color: Bitter Lemon. HEX triplet: CD, D7 and 2F. RGB value is (205,215,47). Sum of RGB (Red+Green+Blue) = 205+215+47=467 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.90% from 467); Green value is 215 (84.38% from 255 or 46.04% from 467); Blue value is 47 (18.75% from 255 or 10.06% from 467); Max value from RGB is 215 - color contains mainly: green. Hex color #CDD72F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD72F is #3228D0. Grayscale: #C1C1C1. Windows color (decimal): -3287249 or 3135437. OLE color: 3135437.

HSL color Cylindrical-coordinate representation of color #CDD72F: hue angle of 63.57º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CDD72F is Cyan = 0.05, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.16.

Color convert

RGB 205 215 47 -
CMYK 0.05 0 0.78 0.16
HSL 63.57º 0.68% 0.51% -
HSV(B) 63.57º 0.78% 0.84% -
XYZ 49.99 61.79 11.98 -
YUV 192.86 45.69 136.66 -
System Red Green Blue C M Y K H S L
Decimal 205 215 47 0.05 0 0.78 0.16 63.57 0.68 0.51
Hex CD D7 2F 5 0 4E 10 40 44 33
Octal 315 327 57 5 0 116 20 100 104 63
Binary 11001101 11010111 101111 101 0 1001110 10000 1000000 1000100 110011

Color Harmonies of #CDD72F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD72F

Black with #CDD72F

Text Example


Text Example

White with #CDD72F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD72F; }

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

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

background-color css

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

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

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

border-color css

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

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

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