Html Css Color HEX #BFF245 Conifer

📋 copy color: '#BFF245'

red 191 ◦ green 242 ◦ blue 69

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

Shades of Conifer #BFF245

Tints of Conifer #BFF245

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 13.75%

R = 38.05%
G = 48.21%
B = 13.75%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#BFF245 (or 0xBFF245) is known color: Conifer. HEX triplet: BF, F2 and 45. RGB value is (191,242,69). Sum of RGB (Red+Green+Blue) = 191+242+69=502 (66% of max value = 765). Red value is 191 (75% from 255 or 38.05% from 502); Green value is 242 (94.92% from 255 or 48.21% from 502); Blue value is 69 (27.34% from 255 or 13.75% from 502); Max value from RGB is 242 - color contains mainly: green. Hex color #BFF245 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFF245 is #400DBA. Grayscale: #CFCFCF. Windows color (decimal): -4197819 or 4584127. OLE color: 4584127.

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

Color convert

RGB 191 242 69 -
CMYK 0.21 0 0.71 0.05
HSL 77.69º 0.87% 0.61% -
HSV(B) 77.69º 0.71% 0.95% -
XYZ 54.31 75.01 17.25 -
YUV 207.03 50.1 116.57 -
System Red Green Blue C M Y K H S L
Decimal 191 242 69 0.21 0 0.71 0.05 77.69 0.87 0.61
Hex BF F2 45 15 0 47 5 4E 57 3D
Octal 277 362 105 25 0 107 5 116 127 75
Binary 10111111 11110010 1000101 10101 0 1000111 101 1001110 1010111 111101

Color Harmonies of #BFF245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFF245

Black with #BFF245

Text Example


Text Example

White with #BFF245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFF245; }

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

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

background-color css

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

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

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

border-color css

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

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

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