Html Css Color HEX #CDD92F Bitter Lemon

📋 copy color: '#CDD92F'

red 205 ◦ green 217 ◦ blue 47

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

Shades of Bitter Lemon #CDD92F

Tints of Bitter Lemon #CDD92F

RGB

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

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

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

R = 43.71%
G = 46.27%
B = 10.02%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#CDD92F (or 0xCDD92F) is known color: Bitter Lemon. HEX triplet: CD, D9 and 2F. RGB value is (205,217,47). Sum of RGB (Red+Green+Blue) = 205+217+47=469 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.71% from 469); Green value is 217 (85.16% from 255 or 46.27% from 469); Blue value is 47 (18.75% from 255 or 10.02% from 469); Max value from RGB is 217 - color contains mainly: green. Hex color #CDD92F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD92F is #3226D0. Grayscale: #C2C2C2. Windows color (decimal): -3286737 or 3135949. OLE color: 3135949.

HSL color Cylindrical-coordinate representation of color #CDD92F: hue angle of 64.24º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CDD92F is Cyan = 0.06, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.15.

Color convert

RGB 205 217 47 -
CMYK 0.06 0 0.78 0.15
HSL 64.24º 0.69% 0.52% -
HSV(B) 64.24º 0.78% 0.85% -
XYZ 50.5 62.81 12.15 -
YUV 194.03 45.02 135.82 -
System Red Green Blue C M Y K H S L
Decimal 205 217 47 0.06 0 0.78 0.15 64.24 0.69 0.52
Hex CD D9 2F 6 0 4E F 40 45 34
Octal 315 331 57 6 0 116 17 100 105 64
Binary 11001101 11011001 101111 110 0 1001110 1111 1000000 1000101 110100

Color Harmonies of #CDD92F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD92F

Black with #CDD92F

Text Example


Text Example

White with #CDD92F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD92F; }

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

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

background-color css

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

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

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

border-color css

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

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

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