Html Css Color HEX #CFD131 Bitter Lemon

📋 copy color: '#CFD131'

red 207 ◦ green 209 ◦ blue 49

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

Shades of Bitter Lemon #CFD131

Tints of Bitter Lemon #CFD131

RGB

 RED value IS 207 (81.25% from 255) = 44.52%

 GREEN value IS 209 (82.03% from 255) = 44.95%

 BLUE value IS 49 (19.53% from 255) = 10.54%

R = 44.52%
G = 44.95%
B = 10.54%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#CFD131 (or 0xCFD131) is known color: Bitter Lemon. HEX triplet: CF, D1 and 31. RGB value is (207,209,49). Sum of RGB (Red+Green+Blue) = 207+209+49=465 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.52% from 465); Green value is 209 (82.03% from 255 or 44.95% from 465); Blue value is 49 (19.53% from 255 or 10.54% from 465); Max value from RGB is 209 - color contains mainly: green. Hex color #CFD131 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD131 is #302ECE. Grayscale: #BEBEBE. Windows color (decimal): -3157711 or 3264975. OLE color: 3264975.

HSL color Cylindrical-coordinate representation of color #CFD131: hue angle of 60.75º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CFD131 is Cyan = 0.01, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.18.

Color convert

RGB 207 209 49 -
CMYK 0.01 0 0.77 0.18
HSL 60.75º 0.63% 0.51% -
HSV(B) 60.75º 0.77% 0.82% -
XYZ 49.09 59.09 11.72 -
YUV 190.16 48.34 140.01 -
System Red Green Blue C M Y K H S L
Decimal 207 209 49 0.01 0 0.77 0.18 60.75 0.63 0.51
Hex CF D1 31 1 0 4D 12 3D 3F 33
Octal 317 321 61 1 0 115 22 75 77 63
Binary 11001111 11010001 110001 1 0 1001101 10010 111101 111111 110011

Color Harmonies of #CFD131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD131

Black with #CFD131

Text Example


Text Example

White with #CFD131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD131; }

 p { color: rgb(207,209,49); }

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

background-color css

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

 a { background-color: rgb(207,209,49); }

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

border-color css

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

 span { border-color: rgb(207,209,49); }

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