Html Css Color HEX #BBED72 Sulu

📋 copy color: '#BBED72'

red 187 ◦ green 237 ◦ blue 114

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

Shades of Sulu #BBED72

Tints of Sulu #BBED72

RGB

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

 GREEN value IS 237 (92.97% from 255) = 44.05%

 BLUE value IS 114 (44.92% from 255) = 21.19%

R = 34.76%
G = 44.05%
B = 21.19%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#BBED72 (or 0xBBED72) is known color: Sulu. HEX triplet: BB, ED and 72. RGB value is (187,237,114). Sum of RGB (Red+Green+Blue) = 187+237+114=538 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.76% from 538); Green value is 237 (92.97% from 255 or 44.05% from 538); Blue value is 114 (44.92% from 255 or 21.19% from 538); Max value from RGB is 237 - color contains mainly: green. Hex color #BBED72 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBED72 is #44128D. Grayscale: #D0D0D0. Windows color (decimal): -4461198 or 7531963. OLE color: 7531963.

HSL color Cylindrical-coordinate representation of color #BBED72: hue angle of 84.39º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BBED72 is Cyan = 0.21, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.07.

Color convert

RGB 187 237 114 -
CMYK 0.21 0 0.52 0.07
HSL 84.39º 0.77% 0.69% -
HSV(B) 84.39º 0.52% 0.93% -
XYZ 53.81 72.35 27.05 -
YUV 208.03 74.94 113 -
System Red Green Blue C M Y K H S L
Decimal 187 237 114 0.21 0 0.52 0.07 84.39 0.77 0.69
Hex BB ED 72 15 0 34 7 54 4D 45
Octal 273 355 162 25 0 64 7 124 115 105
Binary 10111011 11101101 1110010 10101 0 110100 111 1010100 1001101 1000101

Color Harmonies of #BBED72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBED72

Black with #BBED72

Text Example


Text Example

White with #BBED72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBED72; }

 p { color: rgb(187,237,114); }

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

background-color css

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

 a { background-color: rgb(187,237,114); }

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

border-color css

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

 span { border-color: rgb(187,237,114); }

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