Html Css Color HEX #BFFD75 Sulu

📋 copy color: '#BFFD75'

red 191 ◦ green 253 ◦ blue 117

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

Shades of Sulu #BFFD75

Tints of Sulu #BFFD75

RGB

 RED value IS 191 (75% from 255) = 34.05%

 GREEN value IS 253 (99.22% from 255) = 45.1%

 BLUE value IS 117 (46.09% from 255) = 20.86%

R = 34.05%
G = 45.1%
B = 20.86%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#BFFD75 (or 0xBFFD75) is known color: Sulu. HEX triplet: BF, FD and 75. RGB value is (191,253,117). Sum of RGB (Red+Green+Blue) = 191+253+117=561 (74% of max value = 765). Red value is 191 (75% from 255 or 34.05% from 561); Green value is 253 (99.22% from 255 or 45.10% from 561); Blue value is 117 (46.09% from 255 or 20.86% from 561); Max value from RGB is 253 - color contains mainly: green. Hex color #BFFD75 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFFD75 is #40028A. Grayscale: #DBDBDB. Windows color (decimal): -4194955 or 7732671. OLE color: 7732671.

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

Color convert

RGB 191 253 117 -
CMYK 0.25 0 0.54 0.01
HSL 87.35º 0.97% 0.73% -
HSV(B) 87.35º 0.54% 0.99% -
XYZ 59.82 82.61 29.62 -
YUV 218.96 70.46 108.06 -
System Red Green Blue C M Y K H S L
Decimal 191 253 117 0.25 0 0.54 0.01 87.35 0.97 0.73
Hex BF FD 75 19 0 36 1 57 61 49
Octal 277 375 165 31 0 66 1 127 141 111
Binary 10111111 11111101 1110101 11001 0 110110 1 1010111 1100001 1001001

Color Harmonies of #BFFD75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFFD75

Black with #BFFD75

Text Example


Text Example

White with #BFFD75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFFD75; }

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

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

background-color css

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

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

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

border-color css

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

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

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