Html Css Color HEX #BFFD90 Reef

📋 copy color: '#BFFD90'

red 191 ◦ green 253 ◦ blue 144

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

Shades of Reef #BFFD90

Tints of Reef #BFFD90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 24.49%

R = 32.48%
G = 43.03%
B = 24.49%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#BFFD90 (or 0xBFFD90) is known color: Reef. HEX triplet: BF, FD and 90. RGB value is (191,253,144). Sum of RGB (Red+Green+Blue) = 191+253+144=588 (77% of max value = 765). Red value is 191 (75% from 255 or 32.48% from 588); Green value is 253 (99.22% from 255 or 43.03% from 588); Blue value is 144 (56.64% from 255 or 24.49% from 588); Max value from RGB is 253 - color contains mainly: green. Hex color #BFFD90 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFFD90 is #40026F. Grayscale: #DEDEDE. Windows color (decimal): -4194928 or 9502143. OLE color: 9502143.

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

Color convert

RGB 191 253 144 -
CMYK 0.25 0 0.43 0.01
HSL 94.13º 0.96% 0.78% -
HSV(B) 94.13º 0.43% 0.99% -
XYZ 61.65 83.34 39.22 -
YUV 222.04 83.96 105.86 -
System Red Green Blue C M Y K H S L
Decimal 191 253 144 0.25 0 0.43 0.01 94.13 0.96 0.78
Hex BF FD 90 19 0 2B 1 5E 60 4E
Octal 277 375 220 31 0 53 1 136 140 116
Binary 10111111 11111101 10010000 11001 0 101011 1 1011110 1100000 1001110

Color Harmonies of #BFFD90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFFD90

Black with #BFFD90

Text Example


Text Example

White with #BFFD90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFFD90; }

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

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

background-color css

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

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

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

border-color css

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

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

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