Html Css Color HEX #CFD731 Bitter Lemon

📋 copy color: '#CFD731'

red 207 ◦ green 215 ◦ blue 49

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

Shades of Bitter Lemon #CFD731

Tints of Bitter Lemon #CFD731

RGB

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

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

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

R = 43.95%
G = 45.65%
B = 10.4%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#CFD731 (or 0xCFD731) is known color: Bitter Lemon. HEX triplet: CF, D7 and 31. RGB value is (207,215,49). Sum of RGB (Red+Green+Blue) = 207+215+49=471 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.95% from 471); Green value is 215 (84.38% from 255 or 45.65% from 471); Blue value is 49 (19.53% from 255 or 10.40% from 471); Max value from RGB is 215 - color contains mainly: green. Hex color #CFD731 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD731 is #3028CE. Grayscale: #C2C2C2. Windows color (decimal): -3156175 or 3266511. OLE color: 3266511.

HSL color Cylindrical-coordinate representation of color #CFD731: hue angle of 62.89º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CFD731 is Cyan = 0.04, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.16.

Color convert

RGB 207 215 49 -
CMYK 0.04 0 0.77 0.16
HSL 62.89º 0.67% 0.52% -
HSV(B) 62.89º 0.77% 0.84% -
XYZ 50.59 62.09 12.22 -
YUV 193.68 46.35 137.5 -
System Red Green Blue C M Y K H S L
Decimal 207 215 49 0.04 0 0.77 0.16 62.89 0.67 0.52
Hex CF D7 31 4 0 4D 10 3F 43 34
Octal 317 327 61 4 0 115 20 77 103 64
Binary 11001111 11010111 110001 100 0 1001101 10000 111111 1000011 110100

Color Harmonies of #CFD731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD731

Black with #CFD731

Text Example


Text Example

White with #CFD731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD731; }

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

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

background-color css

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

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

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

border-color css

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

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

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