Html Css Color HEX #B8F265 Conifer

📋 copy color: '#B8F265'

red 184 ◦ green 242 ◦ blue 101

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

Shades of Conifer #B8F265

Tints of Conifer #B8F265

RGB

 RED value IS 184 (72.27% from 255) = 34.91%

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

 BLUE value IS 101 (39.84% from 255) = 19.17%

R = 34.91%
G = 45.92%
B = 19.17%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#B8F265 (or 0xB8F265) is known color: Conifer. HEX triplet: B8, F2 and 65. RGB value is (184,242,101). Sum of RGB (Red+Green+Blue) = 184+242+101=527 (69% of max value = 765). Red value is 184 (72.27% from 255 or 34.91% from 527); Green value is 242 (94.92% from 255 or 45.92% from 527); Blue value is 101 (39.84% from 255 or 19.17% from 527); Max value from RGB is 242 - color contains mainly: green. Hex color #B8F265 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B8F265 is #470D9A. Grayscale: #D1D1D1. Windows color (decimal): -4656539 or 6681272. OLE color: 6681272.

HSL color Cylindrical-coordinate representation of color #B8F265: hue angle of 84.68º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B8F265 is Cyan = 0.24, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.

Color convert

RGB 184 242 101 -
CMYK 0.24 0 0.58 0.05
HSL 84.68º 0.84% 0.67% -
HSV(B) 84.68º 0.58% 0.95% -
XYZ 53.87 74.63 23.88 -
YUV 208.58 67.28 110.46 -
System Red Green Blue C M Y K H S L
Decimal 184 242 101 0.24 0 0.58 0.05 84.68 0.84 0.67
Hex B8 F2 65 18 0 3A 5 55 54 43
Octal 270 362 145 30 0 72 5 125 124 103
Binary 10111000 11110010 1100101 11000 0 111010 101 1010101 1010100 1000011

Color Harmonies of #B8F265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8F265

Black with #B8F265

Text Example


Text Example

White with #B8F265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8F265; }

 p { color: rgb(184,242,101); }

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

background-color css

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

 a { background-color: rgb(184,242,101); }

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

border-color css

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

 span { border-color: rgb(184,242,101); }

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