Html Css Color HEX #BBF265 Sulu

📋 copy color: '#BBF265'

red 187 ◦ green 242 ◦ blue 101

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

Shades of Sulu #BBF265

Tints of Sulu #BBF265

RGB

 RED value IS 187 (73.44% from 255) = 35.28%

 GREEN value IS 242 (94.92% from 255) = 45.66%

 BLUE value IS 101 (39.84% from 255) = 19.06%

R = 35.28%
G = 45.66%
B = 19.06%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#BBF265 (or 0xBBF265) is known color: Sulu. HEX triplet: BB, F2 and 65. RGB value is (187,242,101). Sum of RGB (Red+Green+Blue) = 187+242+101=530 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.28% from 530); Green value is 242 (94.92% from 255 or 45.66% from 530); Blue value is 101 (39.84% from 255 or 19.06% from 530); Max value from RGB is 242 - color contains mainly: green. Hex color #BBF265 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBF265 is #440D9A. Grayscale: #D1D1D1. Windows color (decimal): -4459931 or 6681275. OLE color: 6681275.

HSL color Cylindrical-coordinate representation of color #BBF265: hue angle of 83.4º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BBF265 is Cyan = 0.23, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.

Color convert

RGB 187 242 101 -
CMYK 0.23 0 0.58 0.05
HSL 83.4º 0.84% 0.67% -
HSV(B) 83.4º 0.58% 0.95% -
XYZ 54.59 75.01 23.91 -
YUV 209.48 66.78 111.96 -
System Red Green Blue C M Y K H S L
Decimal 187 242 101 0.23 0 0.58 0.05 83.4 0.84 0.67
Hex BB F2 65 17 0 3A 5 53 54 43
Octal 273 362 145 27 0 72 5 123 124 103
Binary 10111011 11110010 1100101 10111 0 111010 101 1010011 1010100 1000011

Color Harmonies of #BBF265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF265

Black with #BBF265

Text Example


Text Example

White with #BBF265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF265; }

 p { color: rgb(187,242,101); }

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

background-color css

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

 a { background-color: rgb(187,242,101); }

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

border-color css

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

 span { border-color: rgb(187,242,101); }

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