Html Css Color HEX #B2F968 Sulu

📋 copy color: '#B2F968'

red 178 ◦ green 249 ◦ blue 104

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

Shades of Sulu #B2F968

Tints of Sulu #B2F968

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 19.59%

R = 33.52%
G = 46.89%
B = 19.59%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#B2F968 (or 0xB2F968) is known color: Sulu. HEX triplet: B2, F9 and 68. RGB value is (178,249,104). Sum of RGB (Red+Green+Blue) = 178+249+104=531 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.52% from 531); Green value is 249 (97.66% from 255 or 46.89% from 531); Blue value is 104 (41.02% from 255 or 19.59% from 531); Max value from RGB is 249 - color contains mainly: green. Hex color #B2F968 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2F968 is #4D0697. Grayscale: #D3D3D3. Windows color (decimal): -5047960 or 6879666. OLE color: 6879666.

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

Color convert

RGB 178 249 104 -
CMYK 0.29 0 0.58 0.02
HSL 89.38º 0.92% 0.69% -
HSV(B) 89.38º 0.58% 0.98% -
XYZ 54.73 78.22 25.31 -
YUV 211.24 67.48 104.29 -
System Red Green Blue C M Y K H S L
Decimal 178 249 104 0.29 0 0.58 0.02 89.38 0.92 0.69
Hex B2 F9 68 1D 0 3A 2 59 5C 45
Octal 262 371 150 35 0 72 2 131 134 105
Binary 10110010 11111001 1101000 11101 0 111010 10 1011001 1011100 1000101

Color Harmonies of #B2F968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2F968

Black with #B2F968

Text Example


Text Example

White with #B2F968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2F968; }

 p { color: rgb(178,249,104); }

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

background-color css

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

 a { background-color: rgb(178,249,104); }

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

border-color css

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

 span { border-color: rgb(178,249,104); }

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