Html Css Color HEX #B2F069 Conifer

📋 copy color: '#B2F069'

red 178 ◦ green 240 ◦ blue 105

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

Shades of Conifer #B2F069

Tints of Conifer #B2F069

RGB

 RED value IS 178 (69.92% from 255) = 34.03%

 GREEN value IS 240 (94.14% from 255) = 45.89%

 BLUE value IS 105 (41.41% from 255) = 20.08%

R = 34.03%
G = 45.89%
B = 20.08%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#B2F069 (or 0xB2F069) is known color: Conifer. HEX triplet: B2, F0 and 69. RGB value is (178,240,105). Sum of RGB (Red+Green+Blue) = 178+240+105=523 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.03% from 523); Green value is 240 (94.14% from 255 or 45.89% from 523); Blue value is 105 (41.41% from 255 or 20.08% from 523); Max value from RGB is 240 - color contains mainly: green. Hex color #B2F069 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2F069 is #4D0F96. Grayscale: #CECECE. Windows color (decimal): -5050263 or 6942898. OLE color: 6942898.

HSL color Cylindrical-coordinate representation of color #B2F069: hue angle of 87.56º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B2F069 is Cyan = 0.26, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.06.

Color convert

RGB 178 240 105 -
CMYK 0.26 0 0.56 0.06
HSL 87.56º 0.82% 0.68% -
HSV(B) 87.56º 0.56% 0.94% -
XYZ 52.07 72.81 24.67 -
YUV 206.07 70.96 107.98 -
System Red Green Blue C M Y K H S L
Decimal 178 240 105 0.26 0 0.56 0.06 87.56 0.82 0.68
Hex B2 F0 69 1A 0 38 6 58 52 44
Octal 262 360 151 32 0 70 6 130 122 104
Binary 10110010 11110000 1101001 11010 0 111000 110 1011000 1010010 1000100

Color Harmonies of #B2F069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2F069

Black with #B2F069

Text Example


Text Example

White with #B2F069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2F069; }

 p { color: rgb(178,240,105); }

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

background-color css

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

 a { background-color: rgb(178,240,105); }

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

border-color css

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

 span { border-color: rgb(178,240,105); }

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