Html Css Color HEX #BCED74 Sulu

📋 copy color: '#BCED74'

red 188 ◦ green 237 ◦ blue 116

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

Shades of Sulu #BCED74

Tints of Sulu #BCED74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 21.44%

R = 34.75%
G = 43.81%
B = 21.44%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#BCED74 (or 0xBCED74) is known color: Sulu. HEX triplet: BC, ED and 74. RGB value is (188,237,116). Sum of RGB (Red+Green+Blue) = 188+237+116=541 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.75% from 541); Green value is 237 (92.97% from 255 or 43.81% from 541); Blue value is 116 (45.70% from 255 or 21.44% from 541); Max value from RGB is 237 - color contains mainly: green. Hex color #BCED74 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCED74 is #43128B. Grayscale: #D0D0D0. Windows color (decimal): -4395660 or 7663036. OLE color: 7663036.

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

Color convert

RGB 188 237 116 -
CMYK 0.21 0 0.51 0.07
HSL 84.3º 0.77% 0.69% -
HSV(B) 84.3º 0.51% 0.93% -
XYZ 54.18 72.52 27.67 -
YUV 208.56 75.77 113.34 -
System Red Green Blue C M Y K H S L
Decimal 188 237 116 0.21 0 0.51 0.07 84.3 0.77 0.69
Hex BC ED 74 15 0 33 7 54 4D 45
Octal 274 355 164 25 0 63 7 124 115 105
Binary 10111100 11101101 1110100 10101 0 110011 111 1010100 1001101 1000101

Color Harmonies of #BCED74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCED74

Black with #BCED74

Text Example


Text Example

White with #BCED74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCED74; }

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

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

background-color css

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

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

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

border-color css

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

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

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