Html Css Color HEX #BCED71 Sulu

📋 copy color: '#BCED71'

red 188 ◦ green 237 ◦ blue 113

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

Shades of Sulu #BCED71

Tints of Sulu #BCED71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 21%

R = 34.94%
G = 44.05%
B = 21%

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

#BCED71 (or 0xBCED71) is known color: Sulu. HEX triplet: BC, ED and 71. RGB value is (188,237,113). Sum of RGB (Red+Green+Blue) = 188+237+113=538 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.94% from 538); Green value is 237 (92.97% from 255 or 44.05% from 538); Blue value is 113 (44.53% from 255 or 21.00% from 538); Max value from RGB is 237 - color contains mainly: green. Hex color #BCED71 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCED71 is #43128E. Grayscale: #D0D0D0. Windows color (decimal): -4395663 or 7466428. OLE color: 7466428.

HSL color Cylindrical-coordinate representation of color #BCED71: hue angle of 83.71º 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 #BCED71 is Cyan = 0.21, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 237 113 -
CMYK 0.21 0 0.52 0.07
HSL 83.71º 0.78% 0.69% -
HSV(B) 83.71º 0.52% 0.93% -
XYZ 54 72.45 26.76 -
YUV 208.21 74.27 113.58 -
System Red Green Blue C M Y K H S L
Decimal 188 237 113 0.21 0 0.52 0.07 83.71 0.78 0.69
Hex BC ED 71 15 0 34 7 54 4E 45
Octal 274 355 161 25 0 64 7 124 116 105
Binary 10111100 11101101 1110001 10101 0 110100 111 1010100 1001110 1000101

Color Harmonies of #BCED71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCED71

Black with #BCED71

Text Example


Text Example

White with #BCED71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCED71; }

 p { color: rgb(188,237,113); }

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

background-color css

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

 a { background-color: rgb(188,237,113); }

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

border-color css

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

 span { border-color: rgb(188,237,113); }

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