Html Css Color HEX #B7F970 Sulu

📋 copy color: '#B7F970'

red 183 ◦ green 249 ◦ blue 112

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

Shades of Sulu #B7F970

Tints of Sulu #B7F970

RGB

 RED value IS 183 (71.88% from 255) = 33.64%

 GREEN value IS 249 (97.66% from 255) = 45.77%

 BLUE value IS 112 (44.14% from 255) = 20.59%

R = 33.64%
G = 45.77%
B = 20.59%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#B7F970 (or 0xB7F970) is known color: Sulu. HEX triplet: B7, F9 and 70. RGB value is (183,249,112). Sum of RGB (Red+Green+Blue) = 183+249+112=544 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.64% from 544); Green value is 249 (97.66% from 255 or 45.77% from 544); Blue value is 112 (44.14% from 255 or 20.59% from 544); Max value from RGB is 249 - color contains mainly: green. Hex color #B7F970 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B7F970 is #48068F. Grayscale: #D6D6D6. Windows color (decimal): -4720272 or 7403959. OLE color: 7403959.

HSL color Cylindrical-coordinate representation of color #B7F970: hue angle of 88.91º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B7F970 is Cyan = 0.27, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB 183 249 112 -
CMYK 0.27 0 0.55 0.02
HSL 88.91º 0.92% 0.71% -
HSV(B) 88.91º 0.55% 0.98% -
XYZ 56.33 78.99 27.61 -
YUV 213.65 70.63 106.14 -
System Red Green Blue C M Y K H S L
Decimal 183 249 112 0.27 0 0.55 0.02 88.91 0.92 0.71
Hex B7 F9 70 1B 0 37 2 59 5C 47
Octal 267 371 160 33 0 67 2 131 134 107
Binary 10110111 11111001 1110000 11011 0 110111 10 1011001 1011100 1000111

Color Harmonies of #B7F970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7F970

Black with #B7F970

Text Example


Text Example

White with #B7F970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7F970; }

 p { color: rgb(183,249,112); }

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

background-color css

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

 a { background-color: rgb(183,249,112); }

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

border-color css

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

 span { border-color: rgb(183,249,112); }

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