Html Css Color HEX #BFF093 Reef

📋 copy color: '#BFF093'

red 191 ◦ green 240 ◦ blue 147

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

Shades of Reef #BFF093

Tints of Reef #BFF093

RGB

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

 GREEN value IS 240 (94.14% from 255) = 41.52%

 BLUE value IS 147 (57.81% from 255) = 25.43%

R = 33.04%
G = 41.52%
B = 25.43%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.39

 K value IS 0.06

RGB Variations

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

Color information

#BFF093 (or 0xBFF093) is known color: Reef. HEX triplet: BF, F0 and 93. RGB value is (191,240,147). Sum of RGB (Red+Green+Blue) = 191+240+147=578 (76% of max value = 765). Red value is 191 (75% from 255 or 33.04% from 578); Green value is 240 (94.14% from 255 or 41.52% from 578); Blue value is 147 (57.81% from 255 or 25.43% from 578); Max value from RGB is 240 - color contains mainly: green. Hex color #BFF093 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFF093 is #400F6C. Grayscale: #D7D7D7. Windows color (decimal): -4198253 or 9695423. OLE color: 9695423.

HSL color Cylindrical-coordinate representation of color #BFF093: hue angle of 91.61º degrees, saturation: 0.76, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BFF093 is Cyan = 0.20, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.06.

Color convert

RGB 191 240 147 -
CMYK 0.20 0 0.39 0.06
HSL 91.61º 0.76% 0.76% -
HSV(B) 91.61º 0.39% 0.94% -
XYZ 57.91 75.5 39.13 -
YUV 214.75 89.77 111.06 -
System Red Green Blue C M Y K H S L
Decimal 191 240 147 0.20 0 0.39 0.06 91.61 0.76 0.76
Hex BF F0 93 14 0 27 6 5C 4C 4C
Octal 277 360 223 24 0 47 6 134 114 114
Binary 10111111 11110000 10010011 10100 0 100111 110 1011100 1001100 1001100

Color Harmonies of #BFF093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFF093

Black with #BFF093

Text Example


Text Example

White with #BFF093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFF093; }

 p { color: rgb(191,240,147); }

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

background-color css

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

 a { background-color: rgb(191,240,147); }

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

border-color css

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

 span { border-color: rgb(191,240,147); }

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