Html Css Color HEX #CFD931 Bitter Lemon

📋 copy color: '#CFD931'

red 207 ◦ green 217 ◦ blue 49

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

Shades of Bitter Lemon #CFD931

Tints of Bitter Lemon #CFD931

RGB

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

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

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

R = 43.76%
G = 45.88%
B = 10.36%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#CFD931 (or 0xCFD931) is known color: Bitter Lemon. HEX triplet: CF, D9 and 31. RGB value is (207,217,49). Sum of RGB (Red+Green+Blue) = 207+217+49=473 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.76% from 473); Green value is 217 (85.16% from 255 or 45.88% from 473); Blue value is 49 (19.53% from 255 or 10.36% from 473); Max value from RGB is 217 - color contains mainly: green. Hex color #CFD931 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD931 is #3026CE. Grayscale: #C3C3C3. Windows color (decimal): -3155663 or 3267023. OLE color: 3267023.

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

Color convert

RGB 207 217 49 -
CMYK 0.05 0 0.77 0.15
HSL 63.57º 0.69% 0.52% -
HSV(B) 63.57º 0.77% 0.85% -
XYZ 51.1 63.11 12.39 -
YUV 194.86 45.69 136.66 -
System Red Green Blue C M Y K H S L
Decimal 207 217 49 0.05 0 0.77 0.15 63.57 0.69 0.52
Hex CF D9 31 5 0 4D F 40 45 34
Octal 317 331 61 5 0 115 17 100 105 64
Binary 11001111 11011001 110001 101 0 1001101 1111 1000000 1000101 110100

Color Harmonies of #CFD931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD931

Black with #CFD931

Text Example


Text Example

White with #CFD931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD931; }

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

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

background-color css

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

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

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

border-color css

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

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

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