Html Css Color HEX #BFF25D Conifer

📋 copy color: '#BFF25D'

red 191 ◦ green 242 ◦ blue 93

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

Shades of Conifer #BFF25D

Tints of Conifer #BFF25D

RGB

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

 GREEN value IS 242 (94.92% from 255) = 46.01%

 BLUE value IS 93 (36.72% from 255) = 17.68%

R = 36.31%
G = 46.01%
B = 17.68%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#BFF25D (or 0xBFF25D) is known color: Conifer. HEX triplet: BF, F2 and 5D. RGB value is (191,242,93). Sum of RGB (Red+Green+Blue) = 191+242+93=526 (69% of max value = 765). Red value is 191 (75% from 255 or 36.31% from 526); Green value is 242 (94.92% from 255 or 46.01% from 526); Blue value is 93 (36.72% from 255 or 17.68% from 526); Max value from RGB is 242 - color contains mainly: green. Hex color #BFF25D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF25D is #400DA2. Grayscale: #D2D2D2. Windows color (decimal): -4197795 or 6156991. OLE color: 6156991.

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

Color convert

RGB 191 242 93 -
CMYK 0.21 0 0.62 0.05
HSL 80.54º 0.85% 0.66% -
HSV(B) 80.54º 0.62% 0.95% -
XYZ 55.21 75.37 21.99 -
YUV 209.77 62.1 114.62 -
System Red Green Blue C M Y K H S L
Decimal 191 242 93 0.21 0 0.62 0.05 80.54 0.85 0.66
Hex BF F2 5D 15 0 3E 5 51 55 42
Octal 277 362 135 25 0 76 5 121 125 102
Binary 10111111 11110010 1011101 10101 0 111110 101 1010001 1010101 1000010

Color Harmonies of #BFF25D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFF25D

Black with #BFF25D

Text Example


Text Example

White with #BFF25D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFF25D; }

 p { color: rgb(191,242,93); }

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

background-color css

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

 a { background-color: rgb(191,242,93); }

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

border-color css

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

 span { border-color: rgb(191,242,93); }

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