#BFFD35

Color #BFFD35 Green Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Yellow #BFFD35

Tints of Green Yellow #BFFD35

Color information

#BFFD35 (or 0xBFFD35) is unknown color: approx Green Yellow. HEX triplet: BF, FD and 35. RGB value is (191,253,53). Sum of RGB (Red+Green+Blue) = 191+253+53=497 (65% of max value = 765). Red value is 191 (75% from 255 or 38.43% from 497); Green value is 253 (99.22% from 255 or 50.91% from 497); Blue value is 53 (21.09% from 255 or 10.66% from 497); Max value from RGB is 253 - color contains mainly: green. Hex color #BFFD35 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFFD35 is #4002CA. Grayscale: #D4D4D4. Windows color (decimal): -4195019 or 3538367. OLE color: 3538367.

HSL color Cylindrical-coordinate representation of color #BFFD35: hue angle of 78.6º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BFFD35 is Cyan = 0.25, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.01.

Color convert

RGB19125353-
CMYK0.2500.790.01
HSL78.6º98.04%60%-
HSV(B)78.6º79.05%99.22%-
XYZ57.2581.5816.1-
YUV211.6638.46113.26-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.43%
GREEN value IS 253 (99.22% from 255) = 50.91%
BLUE value IS 53 (21.09% from 255) = 10.66%
R=38.43%
G=50.91%
B=10.66%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal191253530.2500.790.0178.698.0460
HexBFFD351904F14f623c
Octal27737565310117111714274
Binary10111111111111011101011100101001111110011111100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFD35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFD35; }

 p { color: rgb(191,253,53); }

 H1.HeaderClassName
 {
   color: #BFFD35;
 }
 .AnyTagClassName
 {
   color: #BFFD35;
 }
</style>
background-color css

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

 a { background-color: rgb(191,253,53); }

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

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

 span { border-color: rgb(191,253,53); }

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