Html Css Color HEX #BCED70 Sulu

📋 copy color: '#BCED70'

red 188 ◦ green 237 ◦ blue 112

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

Shades of Sulu #BCED70

Tints of Sulu #BCED70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 20.86%

R = 35.01%
G = 44.13%
B = 20.86%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#BCED70 (or 0xBCED70) is known color: Sulu. HEX triplet: BC, ED and 70. RGB value is (188,237,112). Sum of RGB (Red+Green+Blue) = 188+237+112=537 (71% of max value = 765). Red value is 188 (73.83% from 255 or 35.01% from 537); Green value is 237 (92.97% from 255 or 44.13% from 537); Blue value is 112 (44.14% from 255 or 20.86% from 537); Max value from RGB is 237 - color contains mainly: green. Hex color #BCED70 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCED70 is #43128F. Grayscale: #D0D0D0. Windows color (decimal): -4395664 or 7400892. OLE color: 7400892.

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

Color convert

RGB 188 237 112 -
CMYK 0.21 0 0.53 0.07
HSL 83.52º 0.78% 0.68% -
HSV(B) 83.52º 0.53% 0.93% -
XYZ 53.95 72.43 26.47 -
YUV 208.1 73.77 113.66 -
System Red Green Blue C M Y K H S L
Decimal 188 237 112 0.21 0 0.53 0.07 83.52 0.78 0.68
Hex BC ED 70 15 0 35 7 54 4E 44
Octal 274 355 160 25 0 65 7 124 116 104
Binary 10111100 11101101 1110000 10101 0 110101 111 1010100 1001110 1000100

Color Harmonies of #BCED70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCED70

Black with #BCED70

Text Example


Text Example

White with #BCED70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCED70; }

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

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

background-color css

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

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

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

border-color css

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

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

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