Html Css Color HEX #BFEE7F Sulu

📋 copy color: '#BFEE7F'

red 191 ◦ green 238 ◦ blue 127

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

Shades of Sulu #BFEE7F

Tints of Sulu #BFEE7F

RGB

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

 GREEN value IS 238 (93.36% from 255) = 42.81%

 BLUE value IS 127 (50% from 255) = 22.84%

R = 34.35%
G = 42.81%
B = 22.84%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#BFEE7F (or 0xBFEE7F) is known color: Sulu. HEX triplet: BF, EE and 7F. RGB value is (191,238,127). Sum of RGB (Red+Green+Blue) = 191+238+127=556 (73% of max value = 765). Red value is 191 (75% from 255 or 34.35% from 556); Green value is 238 (93.36% from 255 or 42.81% from 556); Blue value is 127 (50% from 255 or 22.84% from 556); Max value from RGB is 238 - color contains mainly: green. Hex color #BFEE7F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFEE7F is #401180. Grayscale: #D3D3D3. Windows color (decimal): -4198785 or 8384191. OLE color: 8384191.

HSL color Cylindrical-coordinate representation of color #BFEE7F: hue angle of 85.41º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BFEE7F is Cyan = 0.20, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.07.

Color convert

RGB 191 238 127 -
CMYK 0.20 0 0.47 0.07
HSL 85.41º 0.77% 0.72% -
HSV(B) 85.41º 0.47% 0.93% -
XYZ 55.89 73.76 31.37 -
YUV 211.29 80.43 113.53 -
System Red Green Blue C M Y K H S L
Decimal 191 238 127 0.20 0 0.47 0.07 85.41 0.77 0.72
Hex BF EE 7F 14 0 2F 7 55 4D 48
Octal 277 356 177 24 0 57 7 125 115 110
Binary 10111111 11101110 1111111 10100 0 101111 111 1010101 1001101 1001000

Color Harmonies of #BFEE7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFEE7F

Black with #BFEE7F

Text Example


Text Example

White with #BFEE7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFEE7F; }

 p { color: rgb(191,238,127); }

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

background-color css

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

 a { background-color: rgb(191,238,127); }

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

border-color css

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

 span { border-color: rgb(191,238,127); }

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