Html Css Color HEX #BFF17D Sulu

📋 copy color: '#BFF17D'

red 191 ◦ green 241 ◦ blue 125

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

Shades of Sulu #BFF17D

Tints of Sulu #BFF17D

RGB

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

 GREEN value IS 241 (94.53% from 255) = 43.27%

 BLUE value IS 125 (49.22% from 255) = 22.44%

R = 34.29%
G = 43.27%
B = 22.44%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#BFF17D (or 0xBFF17D) is known color: Sulu. HEX triplet: BF, F1 and 7D. RGB value is (191,241,125). Sum of RGB (Red+Green+Blue) = 191+241+125=557 (73% of max value = 765). Red value is 191 (75% from 255 or 34.29% from 557); Green value is 241 (94.53% from 255 or 43.27% from 557); Blue value is 125 (49.22% from 255 or 22.44% from 557); Max value from RGB is 241 - color contains mainly: green. Hex color #BFF17D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF17D is #400E82. Grayscale: #D5D5D5. Windows color (decimal): -4198019 or 8253887. OLE color: 8253887.

HSL color Cylindrical-coordinate representation of color #BFF17D: hue angle of 85.86º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BFF17D is Cyan = 0.21, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.

Color convert

RGB 191 241 125 -
CMYK 0.21 0 0.48 0.05
HSL 85.86º 0.81% 0.72% -
HSV(B) 85.86º 0.48% 0.95% -
XYZ 56.64 75.47 30.98 -
YUV 212.83 78.44 112.43 -
System Red Green Blue C M Y K H S L
Decimal 191 241 125 0.21 0 0.48 0.05 85.86 0.81 0.72
Hex BF F1 7D 15 0 30 5 56 51 48
Octal 277 361 175 25 0 60 5 126 121 110
Binary 10111111 11110001 1111101 10101 0 110000 101 1010110 1010001 1001000

Color Harmonies of #BFF17D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFF17D

Black with #BFF17D

Text Example


Text Example

White with #BFF17D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFF17D; }

 p { color: rgb(191,241,125); }

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

background-color css

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

 a { background-color: rgb(191,241,125); }

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

border-color css

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

 span { border-color: rgb(191,241,125); }

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