Html Css Color HEX #B0FB67 Sulu

📋 copy color: '#B0FB67'

red 176 ◦ green 251 ◦ blue 103

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

Shades of Sulu #B0FB67

Tints of Sulu #B0FB67

RGB

 RED value IS 176 (69.14% from 255) = 33.21%

 GREEN value IS 251 (98.44% from 255) = 47.36%

 BLUE value IS 103 (40.63% from 255) = 19.43%

R = 33.21%
G = 47.36%
B = 19.43%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.59

 K value IS 0.02

RGB Variations

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

Color information

#B0FB67 (or 0xB0FB67) is known color: Sulu. HEX triplet: B0, FB and 67. RGB value is (176,251,103). Sum of RGB (Red+Green+Blue) = 176+251+103=530 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.21% from 530); Green value is 251 (98.44% from 255 or 47.36% from 530); Blue value is 103 (40.62% from 255 or 19.43% from 530); Max value from RGB is 251 - color contains mainly: green. Hex color #B0FB67 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0FB67 is #4F0498. Grayscale: #D4D4D4. Windows color (decimal): -5178521 or 6814640. OLE color: 6814640.

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

Color convert

RGB 176 251 103 -
CMYK 0.30 0 0.59 0.02
HSL 90.41º 0.95% 0.69% -
HSV(B) 90.41º 0.59% 0.98% -
XYZ 54.85 79.2 25.23 -
YUV 211.7 66.65 102.53 -
System Red Green Blue C M Y K H S L
Decimal 176 251 103 0.30 0 0.59 0.02 90.41 0.95 0.69
Hex B0 FB 67 1E 0 3B 2 5A 5F 45
Octal 260 373 147 36 0 73 2 132 137 105
Binary 10110000 11111011 1100111 11110 0 111011 10 1011010 1011111 1000101

Color Harmonies of #B0FB67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0FB67

Black with #B0FB67

Text Example


Text Example

White with #B0FB67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0FB67; }

 p { color: rgb(176,251,103); }

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

background-color css

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

 a { background-color: rgb(176,251,103); }

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

border-color css

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

 span { border-color: rgb(176,251,103); }

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