Html Css Color HEX #B2F74B Conifer

📋 copy color: '#B2F74B'

red 178 ◦ green 247 ◦ blue 75

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

Shades of Conifer #B2F74B

Tints of Conifer #B2F74B

RGB

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

 GREEN value IS 247 (96.88% from 255) = 49.4%

 BLUE value IS 75 (29.69% from 255) = 15%

R = 35.6%
G = 49.4%
B = 15%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.70

 K value IS 0.03

RGB Variations

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

Color information

#B2F74B (or 0xB2F74B) is known color: Conifer. HEX triplet: B2, F7 and 4B. RGB value is (178,247,75). Sum of RGB (Red+Green+Blue) = 178+247+75=500 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.6% from 500); Green value is 247 (96.88% from 255 or 49.4% from 500); Blue value is 75 (29.69% from 255 or 15% from 500); Max value from RGB is 247 - color contains mainly: green. Hex color #B2F74B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B2F74B is #4D08B4. Grayscale: #CFCFCF. Windows color (decimal): -5048501 or 4978610. OLE color: 4978610.

HSL color Cylindrical-coordinate representation of color #B2F74B: hue angle of 84.07º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B2F74B is Cyan = 0.28, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.03.

Color convert

RGB 178 247 75 -
CMYK 0.28 0 0.70 0.03
HSL 84.07º 0.91% 0.63% -
HSV(B) 84.07º 0.7% 0.97% -
XYZ 52.89 76.49 18.63 -
YUV 206.76 53.64 107.49 -
System Red Green Blue C M Y K H S L
Decimal 178 247 75 0.28 0 0.70 0.03 84.07 0.91 0.63
Hex B2 F7 4B 1C 0 46 3 54 5B 3F
Octal 262 367 113 34 0 106 3 124 133 77
Binary 10110010 11110111 1001011 11100 0 1000110 11 1010100 1011011 111111

Color Harmonies of #B2F74B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2F74B

Black with #B2F74B

Text Example


Text Example

White with #B2F74B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2F74B; }

 p { color: rgb(178,247,75); }

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

background-color css

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

 a { background-color: rgb(178,247,75); }

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

border-color css

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

 span { border-color: rgb(178,247,75); }

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