Html Css Color HEX #B6F245 Conifer

📋 copy color: '#B6F245'

red 182 ◦ green 242 ◦ blue 69

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

Shades of Conifer #B6F245

Tints of Conifer #B6F245

RGB

 RED value IS 182 (71.48% from 255) = 36.92%

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

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

R = 36.92%
G = 49.09%
B = 14%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#B6F245 (or 0xB6F245) is known color: Conifer. HEX triplet: B6, F2 and 45. RGB value is (182,242,69). Sum of RGB (Red+Green+Blue) = 182+242+69=493 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.92% from 493); Green value is 242 (94.92% from 255 or 49.09% from 493); Blue value is 69 (27.34% from 255 or 14.00% from 493); Max value from RGB is 242 - color contains mainly: green. Hex color #B6F245 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B6F245 is #490DBA. Grayscale: #CCCCCC. Windows color (decimal): -4787643 or 4584118. OLE color: 4584118.

HSL color Cylindrical-coordinate representation of color #B6F245: hue angle of 80.81º 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 #B6F245 is Cyan = 0.25, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.

Color convert

RGB 182 242 69 -
CMYK 0.25 0 0.71 0.05
HSL 80.81º 0.87% 0.61% -
HSV(B) 80.81º 0.71% 0.95% -
XYZ 52.12 73.88 17.14 -
YUV 204.34 51.62 112.07 -
System Red Green Blue C M Y K H S L
Decimal 182 242 69 0.25 0 0.71 0.05 80.81 0.87 0.61
Hex B6 F2 45 19 0 47 5 51 57 3D
Octal 266 362 105 31 0 107 5 121 127 75
Binary 10110110 11110010 1000101 11001 0 1000111 101 1010001 1010111 111101

Color Harmonies of #B6F245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6F245

Black with #B6F245

Text Example


Text Example

White with #B6F245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6F245; }

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

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

background-color css

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

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

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

border-color css

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

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

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