Html Css Color HEX #BCEF73 Sulu

📋 copy color: '#BCEF73'

red 188 ◦ green 239 ◦ blue 115

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

Shades of Sulu #BCEF73

Tints of Sulu #BCEF73

RGB

 RED value IS 188 (73.83% from 255) = 34.69%

 GREEN value IS 239 (93.75% from 255) = 44.1%

 BLUE value IS 115 (45.31% from 255) = 21.22%

R = 34.69%
G = 44.1%
B = 21.22%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#BCEF73 (or 0xBCEF73) is known color: Sulu. HEX triplet: BC, EF and 73. RGB value is (188,239,115). Sum of RGB (Red+Green+Blue) = 188+239+115=542 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.69% from 542); Green value is 239 (93.75% from 255 or 44.10% from 542); Blue value is 115 (45.31% from 255 or 21.22% from 542); Max value from RGB is 239 - color contains mainly: green. Hex color #BCEF73 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCEF73 is #43108C. Grayscale: #D2D2D2. Windows color (decimal): -4395149 or 7598012. OLE color: 7598012.

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

Color convert

RGB 188 239 115 -
CMYK 0.21 0 0.52 0.06
HSL 84.68º 0.79% 0.69% -
HSV(B) 84.68º 0.52% 0.94% -
XYZ 54.7 73.66 27.55 -
YUV 209.62 74.6 112.58 -
System Red Green Blue C M Y K H S L
Decimal 188 239 115 0.21 0 0.52 0.06 84.68 0.79 0.69
Hex BC EF 73 15 0 34 6 55 4F 45
Octal 274 357 163 25 0 64 6 125 117 105
Binary 10111100 11101111 1110011 10101 0 110100 110 1010101 1001111 1000101

Color Harmonies of #BCEF73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEF73

Black with #BCEF73

Text Example


Text Example

White with #BCEF73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEF73; }

 p { color: rgb(188,239,115); }

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

background-color css

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

 a { background-color: rgb(188,239,115); }

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

border-color css

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

 span { border-color: rgb(188,239,115); }

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